Shades of Lilac #CC8ECB
Tints of Lilac #CC8ECB
RGB
CMYK
RGB Variations
Color information
#CC8ECB (or 0xCC8ECB) is known color: Lilac. HEX triplet: CC, 8E and CB. RGB value is (204,142,203). Sum of RGB (Red+Green+Blue) = 204+142+203=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ECB is #337134. Grayscale: #A7A7A7. Windows color (decimal): -3371317 or 13340364. OLE color: 13340364.
HSL color Cylindrical-coordinate representation of color #CC8ECB: hue angle of 300.97º 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 #CC8ECB is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 203 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.2 |
| HSL | 300.97º | 0.38% | 0.68% | - |
| HSV(B) | 300.97º | 0.3% | 0.8% | - |
| XYZ | 45.35 | 36.5 | 61.15 | - |
| YUV | 167.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 203 | 0 | 0.30 | 0.00 | 0.2 | 300.97 | 0.38 | 0.68 |
| Hex | CC | 8E | CB | 0 | 1E | 0 | 14 | 12D | 26 | 44 |
| Octal | 314 | 216 | 313 | 0 | 36 | 0 | 24 | 455 | 46 | 104 |
| Binary | 11001100 | 10001110 | 11001011 | 0 | 11110 | 0 | 10100 | 100101101 | 100110 | 1000100 |
Color Harmonies of #CC8ECB
Complementary color
Monochromatic Colors of #CC8ECB
Black with #CC8ECB
Text Example
Text Example
White with #CC8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ECB; }
p { color: rgb(204,142,203); }
H1.HeaderClassName
{
color: #CC8ECB;
}
.AnyTagClassName
{
color: #CC8ECB;
}
</style>
background-color css
<style>
a { background-color: #CC8ECB; }
a { background-color: rgb(204,142,203); }
div.DivClassName
{
background-color: #CC8ECB;
}
.BgClassName
{
background-color: #CC8ECB;
}
</style>
border-color css
<style>
span { border-color: #CC8ECB; }
span { border-color: rgb(204,142,203); }
td.TdClassName
{
border-color: #CC8ECB;
}
.TagClassName
{
border-color: #CC8ECB;
}
</style>