Shades of Wisteria #C079E4
Tints of Wisteria #C079E4
RGB
CMYK
RGB Variations
Color information
#C079E4 (or 0xC079E4) is known color: Wisteria. HEX triplet: C0, 79 and E4. RGB value is (192,121,228). Sum of RGB (Red+Green+Blue) = 192+121+228=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #C079E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079E4 is #3F861B. Grayscale: #9A9A9A. Windows color (decimal): -4163100 or 14973376. OLE color: 14973376.
HSL color Cylindrical-coordinate representation of color #C079E4: hue angle of 279.81º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C079E4 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 121 | 228 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.11 |
| HSL | 279.81º | 0.66% | 0.68% | - |
| HSV(B) | 279.81º | 0.47% | 0.89% | - |
| XYZ | 42.58 | 30.48 | 77.04 | - |
| YUV | 154.43 | 169.52 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 228 | 0.16 | 0.47 | 0 | 0.11 | 279.81 | 0.66 | 0.68 |
| Hex | C0 | 79 | E4 | 10 | 2F | 0 | B | 118 | 42 | 44 |
| Octal | 300 | 171 | 344 | 20 | 57 | 0 | 13 | 430 | 102 | 104 |
| Binary | 11000000 | 1111001 | 11100100 | 10000 | 101111 | 0 | 1011 | 100011000 | 1000010 | 1000100 |
Color Harmonies of #C079E4
Complementary color
Monochromatic Colors of #C079E4
Black with #C079E4
Text Example
Text Example
White with #C079E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079E4; }
p { color: rgb(192,121,228); }
H1.HeaderClassName
{
color: #C079E4;
}
.AnyTagClassName
{
color: #C079E4;
}
</style>
background-color css
<style>
a { background-color: #C079E4; }
a { background-color: rgb(192,121,228); }
div.DivClassName
{
background-color: #C079E4;
}
.BgClassName
{
background-color: #C079E4;
}
</style>
border-color css
<style>
span { border-color: #C079E4; }
span { border-color: rgb(192,121,228); }
td.TdClassName
{
border-color: #C079E4;
}
.TagClassName
{
border-color: #C079E4;
}
</style>