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