Shades of Lilac #CB8ED0
Tints of Lilac #CB8ED0
RGB
CMYK
RGB Variations
Color information
#CB8ED0 (or 0xCB8ED0) is known color: Lilac. HEX triplet: CB, 8E and D0. RGB value is (203,142,208). Sum of RGB (Red+Green+Blue) = 203+142+208=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ED0 is #34712F. Grayscale: #A7A7A7. Windows color (decimal): -3436848 or 13668043. OLE color: 13668043.
HSL color Cylindrical-coordinate representation of color #CB8ED0: hue angle of 295.45º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8ED0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 142 | 208 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.18 |
| HSL | 295.45º | 0.41% | 0.69% | - |
| HSV(B) | 295.45º | 0.32% | 0.82% | - |
| XYZ | 45.69 | 36.6 | 64.33 | - |
| YUV | 167.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 208 | 0.02 | 0.32 | 0 | 0.18 | 295.45 | 0.41 | 0.69 |
| Hex | CB | 8E | D0 | 2 | 20 | 0 | 12 | 127 | 29 | 45 |
| Octal | 313 | 216 | 320 | 2 | 40 | 0 | 22 | 447 | 51 | 105 |
| Binary | 11001011 | 10001110 | 11010000 | 10 | 100000 | 0 | 10010 | 100100111 | 101001 | 1000101 |
Color Harmonies of #CB8ED0
Complementary color
Monochromatic Colors of #CB8ED0
Black with #CB8ED0
Text Example
Text Example
White with #CB8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ED0; }
p { color: rgb(203,142,208); }
H1.HeaderClassName
{
color: #CB8ED0;
}
.AnyTagClassName
{
color: #CB8ED0;
}
</style>
background-color css
<style>
a { background-color: #CB8ED0; }
a { background-color: rgb(203,142,208); }
div.DivClassName
{
background-color: #CB8ED0;
}
.BgClassName
{
background-color: #CB8ED0;
}
</style>
border-color css
<style>
span { border-color: #CB8ED0; }
span { border-color: rgb(203,142,208); }
td.TdClassName
{
border-color: #CB8ED0;
}
.TagClassName
{
border-color: #CB8ED0;
}
</style>