Shades of Lilac #CB8EC7
Tints of Lilac #CB8EC7
RGB
CMYK
RGB Variations
Color information
#CB8EC7 (or 0xCB8EC7) is known color: Lilac. HEX triplet: CB, 8E and C7. RGB value is (203,142,199). Sum of RGB (Red+Green+Blue) = 203+142+199=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EC7 is #347138. Grayscale: #A6A6A6. Windows color (decimal): -3436857 or 13078219. OLE color: 13078219.
HSL color Cylindrical-coordinate representation of color #CB8EC7: hue angle of 303.93º 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 #CB8EC7 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 199 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.20 |
| HSL | 303.93º | 0.37% | 0.68% | - |
| HSV(B) | 303.93º | 0.3% | 0.8% | - |
| XYZ | 44.61 | 36.17 | 58.66 | - |
| YUV | 166.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 199 | 0 | 0.30 | 0.02 | 0.20 | 303.93 | 0.37 | 0.68 |
| Hex | CB | 8E | C7 | 0 | 1E | 2 | 14 | 130 | 25 | 44 |
| Octal | 313 | 216 | 307 | 0 | 36 | 2 | 24 | 460 | 45 | 104 |
| Binary | 11001011 | 10001110 | 11000111 | 0 | 11110 | 10 | 10100 | 100110000 | 100101 | 1000100 |
Color Harmonies of #CB8EC7
Complementary color
Monochromatic Colors of #CB8EC7
Black with #CB8EC7
Text Example
Text Example
White with #CB8EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EC7; }
p { color: rgb(203,142,199); }
H1.HeaderClassName
{
color: #CB8EC7;
}
.AnyTagClassName
{
color: #CB8EC7;
}
</style>
background-color css
<style>
a { background-color: #CB8EC7; }
a { background-color: rgb(203,142,199); }
div.DivClassName
{
background-color: #CB8EC7;
}
.BgClassName
{
background-color: #CB8EC7;
}
</style>
border-color css
<style>
span { border-color: #CB8EC7; }
span { border-color: rgb(203,142,199); }
td.TdClassName
{
border-color: #CB8EC7;
}
.TagClassName
{
border-color: #CB8EC7;
}
</style>