Shades of Lilac #C08ECC
Tints of Lilac #C08ECC
RGB
CMYK
RGB Variations
Color information
#C08ECC (or 0xC08ECC) is known color: Lilac. HEX triplet: C0, 8E and CC. RGB value is (192,142,204). Sum of RGB (Red+Green+Blue) = 192+142+204=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C08ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ECC is #3F7133. Grayscale: #A3A3A3. Windows color (decimal): -4157748 or 13405888. OLE color: 13405888.
HSL color Cylindrical-coordinate representation of color #C08ECC: hue angle of 288.39º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08ECC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 142 | 204 | - |
CMYK | 0.06 | 0.30 | 0 | 0.2 |
HSL | 288.39º | 0.38% | 0.68% | - |
HSV(B) | 288.39º | 0.3% | 0.8% | - |
XYZ | 42.31 | 34.91 | 61.64 | - |
YUV | 164.02 | 150.57 | 147.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 142 | 204 | 0.06 | 0.30 | 0 | 0.2 | 288.39 | 0.38 | 0.68 |
Hex | C0 | 8E | CC | 6 | 1E | 0 | 14 | 120 | 26 | 44 |
Octal | 300 | 216 | 314 | 6 | 36 | 0 | 24 | 440 | 46 | 104 |
Binary | 11000000 | 10001110 | 11001100 | 110 | 11110 | 0 | 10100 | 100100000 | 100110 | 1000100 |
Color Harmonies of #C08ECC
Complementary color
Monochromatic Colors of #C08ECC
Black with #C08ECC
Text Example
Text Example
White with #C08ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ECC; }
p { color: rgb(192,142,204); }
H1.HeaderClassName
{
color: #C08ECC;
}
.AnyTagClassName
{
color: #C08ECC;
}
</style>
background-color css
<style>
a { background-color: #C08ECC; }
a { background-color: rgb(192,142,204); }
div.DivClassName
{
background-color: #C08ECC;
}
.BgClassName
{
background-color: #C08ECC;
}
</style>
border-color css
<style>
span { border-color: #C08ECC; }
span { border-color: rgb(192,142,204); }
td.TdClassName
{
border-color: #C08ECC;
}
.TagClassName
{
border-color: #C08ECC;
}
</style>