Shades of Lilac #CC8EC0
Tints of Lilac #CC8EC0
RGB
CMYK
RGB Variations
Color information
#CC8EC0 (or 0xCC8EC0) is known color: Lilac. HEX triplet: CC, 8E and C0. RGB value is (204,142,192). Sum of RGB (Red+Green+Blue) = 204+142+192=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EC0 is #33713F. Grayscale: #A6A6A6. Windows color (decimal): -3371328 or 12619468. OLE color: 12619468.
HSL color Cylindrical-coordinate representation of color #CC8EC0: hue angle of 311.61º 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 #CC8EC0 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 192 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.2 |
| HSL | 311.61º | 0.38% | 0.68% | - |
| HSV(B) | 311.61º | 0.3% | 0.8% | - |
| XYZ | 44.09 | 35.99 | 54.49 | - |
| YUV | 166.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 192 | 0 | 0.30 | 0.06 | 0.2 | 311.61 | 0.38 | 0.68 |
| Hex | CC | 8E | C0 | 0 | 1E | 6 | 14 | 138 | 26 | 44 |
| Octal | 314 | 216 | 300 | 0 | 36 | 6 | 24 | 470 | 46 | 104 |
| Binary | 11001100 | 10001110 | 11000000 | 0 | 11110 | 110 | 10100 | 100111000 | 100110 | 1000100 |
Color Harmonies of #CC8EC0
Complementary color
Monochromatic Colors of #CC8EC0
Black with #CC8EC0
Text Example
Text Example
White with #CC8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EC0; }
p { color: rgb(204,142,192); }
H1.HeaderClassName
{
color: #CC8EC0;
}
.AnyTagClassName
{
color: #CC8EC0;
}
</style>
background-color css
<style>
a { background-color: #CC8EC0; }
a { background-color: rgb(204,142,192); }
div.DivClassName
{
background-color: #CC8EC0;
}
.BgClassName
{
background-color: #CC8EC0;
}
</style>
border-color css
<style>
span { border-color: #CC8EC0; }
span { border-color: rgb(204,142,192); }
td.TdClassName
{
border-color: #CC8EC0;
}
.TagClassName
{
border-color: #CC8EC0;
}
</style>