Shades of Lilac #CB8EC8
Tints of Lilac #CB8EC8
RGB
CMYK
RGB Variations
Color information
#CB8EC8 (or 0xCB8EC8) is known color: Lilac. HEX triplet: CB, 8E and C8. RGB value is (203,142,200). Sum of RGB (Red+Green+Blue) = 203+142+200=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EC8 is #347137. Grayscale: #A6A6A6. Windows color (decimal): -3436856 or 13143755. OLE color: 13143755.
HSL color Cylindrical-coordinate representation of color #CB8EC8: hue angle of 302.95º degrees, saturation: 0.37, 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 #CB8EC8 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 200 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.20 |
| HSL | 302.95º | 0.37% | 0.68% | - |
| HSV(B) | 302.95º | 0.3% | 0.8% | - |
| XYZ | 44.73 | 36.21 | 59.28 | - |
| YUV | 166.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 200 | 0 | 0.30 | 0.01 | 0.20 | 302.95 | 0.37 | 0.68 |
| Hex | CB | 8E | C8 | 0 | 1E | 1 | 14 | 12F | 25 | 44 |
| Octal | 313 | 216 | 310 | 0 | 36 | 1 | 24 | 457 | 45 | 104 |
| Binary | 11001011 | 10001110 | 11001000 | 0 | 11110 | 1 | 10100 | 100101111 | 100101 | 1000100 |
Color Harmonies of #CB8EC8
Complementary color
Monochromatic Colors of #CB8EC8
Black with #CB8EC8
Text Example
Text Example
White with #CB8EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EC8; }
p { color: rgb(203,142,200); }
H1.HeaderClassName
{
color: #CB8EC8;
}
.AnyTagClassName
{
color: #CB8EC8;
}
</style>
background-color css
<style>
a { background-color: #CB8EC8; }
a { background-color: rgb(203,142,200); }
div.DivClassName
{
background-color: #CB8EC8;
}
.BgClassName
{
background-color: #CB8EC8;
}
</style>
border-color css
<style>
span { border-color: #CB8EC8; }
span { border-color: rgb(203,142,200); }
td.TdClassName
{
border-color: #CB8EC8;
}
.TagClassName
{
border-color: #CB8EC8;
}
</style>