Shades of Lilac #CC8ECD
Tints of Lilac #CC8ECD
RGB
CMYK
RGB Variations
Color information
#CC8ECD (or 0xCC8ECD) is known color: Lilac. HEX triplet: CC, 8E and CD. RGB value is (204,142,205). Sum of RGB (Red+Green+Blue) = 204+142+205=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ECD is #337132. Grayscale: #A7A7A7. Windows color (decimal): -3371315 or 13471436. OLE color: 13471436.
HSL color Cylindrical-coordinate representation of color #CC8ECD: hue angle of 299.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8ECD is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 142 | 205 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.20 |
| HSL | 299.05º | 0.39% | 0.68% | - |
| HSV(B) | 299.05º | 0.31% | 0.8% | - |
| XYZ | 45.59 | 36.59 | 62.42 | - |
| YUV | 167.72 | 149.04 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 205 | 0.00 | 0.31 | 0 | 0.20 | 299.05 | 0.39 | 0.68 |
| Hex | CC | 8E | CD | 0 | 1F | 0 | 14 | 12B | 27 | 44 |
| Octal | 314 | 216 | 315 | 0 | 37 | 0 | 24 | 453 | 47 | 104 |
| Binary | 11001100 | 10001110 | 11001101 | 0 | 11111 | 0 | 10100 | 100101011 | 100111 | 1000100 |
Color Harmonies of #CC8ECD
Complementary color
Monochromatic Colors of #CC8ECD
Black with #CC8ECD
Text Example
Text Example
White with #CC8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ECD; }
p { color: rgb(204,142,205); }
H1.HeaderClassName
{
color: #CC8ECD;
}
.AnyTagClassName
{
color: #CC8ECD;
}
</style>
background-color css
<style>
a { background-color: #CC8ECD; }
a { background-color: rgb(204,142,205); }
div.DivClassName
{
background-color: #CC8ECD;
}
.BgClassName
{
background-color: #CC8ECD;
}
</style>
border-color css
<style>
span { border-color: #CC8ECD; }
span { border-color: rgb(204,142,205); }
td.TdClassName
{
border-color: #CC8ECD;
}
.TagClassName
{
border-color: #CC8ECD;
}
</style>