Shades of Lilac #CB8EC3
Tints of Lilac #CB8EC3
RGB
CMYK
RGB Variations
Color information
#CB8EC3 (or 0xCB8EC3) is known color: Lilac. HEX triplet: CB, 8E and C3. RGB value is (203,142,195). Sum of RGB (Red+Green+Blue) = 203+142+195=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EC3 is #34713C. Grayscale: #A6A6A6. Windows color (decimal): -3436861 or 12816075. OLE color: 12816075.
HSL color Cylindrical-coordinate representation of color #CB8EC3: hue angle of 307.87º 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 #CB8EC3 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 195 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.20 |
| HSL | 307.87º | 0.37% | 0.68% | - |
| HSV(B) | 307.87º | 0.3% | 0.8% | - |
| XYZ | 44.15 | 35.98 | 56.25 | - |
| YUV | 166.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 195 | 0 | 0.30 | 0.04 | 0.20 | 307.87 | 0.37 | 0.68 |
| Hex | CB | 8E | C3 | 0 | 1E | 4 | 14 | 134 | 25 | 44 |
| Octal | 313 | 216 | 303 | 0 | 36 | 4 | 24 | 464 | 45 | 104 |
| Binary | 11001011 | 10001110 | 11000011 | 0 | 11110 | 100 | 10100 | 100110100 | 100101 | 1000100 |
Color Harmonies of #CB8EC3
Complementary color
Monochromatic Colors of #CB8EC3
Black with #CB8EC3
Text Example
Text Example
White with #CB8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EC3; }
p { color: rgb(203,142,195); }
H1.HeaderClassName
{
color: #CB8EC3;
}
.AnyTagClassName
{
color: #CB8EC3;
}
</style>
background-color css
<style>
a { background-color: #CB8EC3; }
a { background-color: rgb(203,142,195); }
div.DivClassName
{
background-color: #CB8EC3;
}
.BgClassName
{
background-color: #CB8EC3;
}
</style>
border-color css
<style>
span { border-color: #CB8EC3; }
span { border-color: rgb(203,142,195); }
td.TdClassName
{
border-color: #CB8EC3;
}
.TagClassName
{
border-color: #CB8EC3;
}
</style>