Shades of Lilac #CB8EC2
Tints of Lilac #CB8EC2
RGB
CMYK
RGB Variations
Color information
#CB8EC2 (or 0xCB8EC2) is known color: Lilac. HEX triplet: CB, 8E and C2. RGB value is (203,142,194). Sum of RGB (Red+Green+Blue) = 203+142+194=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EC2 is #34713D. Grayscale: #A6A6A6. Windows color (decimal): -3436862 or 12750539. OLE color: 12750539.
HSL color Cylindrical-coordinate representation of color #CB8EC2: hue angle of 308.85º 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 #CB8EC2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 194 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.20 |
| HSL | 308.85º | 0.37% | 0.68% | - |
| HSV(B) | 308.85º | 0.3% | 0.8% | - |
| XYZ | 44.04 | 35.94 | 55.65 | - |
| YUV | 166.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 194 | 0 | 0.30 | 0.04 | 0.20 | 308.85 | 0.37 | 0.68 |
| Hex | CB | 8E | C2 | 0 | 1E | 4 | 14 | 135 | 25 | 44 |
| Octal | 313 | 216 | 302 | 0 | 36 | 4 | 24 | 465 | 45 | 104 |
| Binary | 11001011 | 10001110 | 11000010 | 0 | 11110 | 100 | 10100 | 100110101 | 100101 | 1000100 |
Color Harmonies of #CB8EC2
Complementary color
Monochromatic Colors of #CB8EC2
Black with #CB8EC2
Text Example
Text Example
White with #CB8EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EC2; }
p { color: rgb(203,142,194); }
H1.HeaderClassName
{
color: #CB8EC2;
}
.AnyTagClassName
{
color: #CB8EC2;
}
</style>
background-color css
<style>
a { background-color: #CB8EC2; }
a { background-color: rgb(203,142,194); }
div.DivClassName
{
background-color: #CB8EC2;
}
.BgClassName
{
background-color: #CB8EC2;
}
</style>
border-color css
<style>
span { border-color: #CB8EC2; }
span { border-color: rgb(203,142,194); }
td.TdClassName
{
border-color: #CB8EC2;
}
.TagClassName
{
border-color: #CB8EC2;
}
</style>