Shades of Lilac #CB8EC9
Tints of Lilac #CB8EC9
RGB
CMYK
RGB Variations
Color information
#CB8EC9 (or 0xCB8EC9) is known color: Lilac. HEX triplet: CB, 8E and C9. RGB value is (203,142,201). Sum of RGB (Red+Green+Blue) = 203+142+201=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EC9 is #347136. Grayscale: #A6A6A6. Windows color (decimal): -3436855 or 13209291. OLE color: 13209291.
HSL color Cylindrical-coordinate representation of color #CB8EC9: hue angle of 301.97º 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 #CB8EC9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 201 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.20 |
| HSL | 301.97º | 0.37% | 0.68% | - |
| HSV(B) | 301.97º | 0.3% | 0.8% | - |
| XYZ | 44.84 | 36.26 | 59.89 | - |
| YUV | 166.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 201 | 0 | 0.30 | 0.01 | 0.20 | 301.97 | 0.37 | 0.68 |
| Hex | CB | 8E | C9 | 0 | 1E | 1 | 14 | 12E | 25 | 44 |
| Octal | 313 | 216 | 311 | 0 | 36 | 1 | 24 | 456 | 45 | 104 |
| Binary | 11001011 | 10001110 | 11001001 | 0 | 11110 | 1 | 10100 | 100101110 | 100101 | 1000100 |
Color Harmonies of #CB8EC9
Complementary color
Monochromatic Colors of #CB8EC9
Black with #CB8EC9
Text Example
Text Example
White with #CB8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EC9; }
p { color: rgb(203,142,201); }
H1.HeaderClassName
{
color: #CB8EC9;
}
.AnyTagClassName
{
color: #CB8EC9;
}
</style>
background-color css
<style>
a { background-color: #CB8EC9; }
a { background-color: rgb(203,142,201); }
div.DivClassName
{
background-color: #CB8EC9;
}
.BgClassName
{
background-color: #CB8EC9;
}
</style>
border-color css
<style>
span { border-color: #CB8EC9; }
span { border-color: rgb(203,142,201); }
td.TdClassName
{
border-color: #CB8EC9;
}
.TagClassName
{
border-color: #CB8EC9;
}
</style>