Shades of Lilac #CB8DC8
Tints of Lilac #CB8DC8
RGB
CMYK
RGB Variations
Color information
#CB8DC8 (or 0xCB8DC8) is known color: Lilac. HEX triplet: CB, 8D and C8. RGB value is (203,141,200). Sum of RGB (Red+Green+Blue) = 203+141+200=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DC8 is #347237. Grayscale: #A6A6A6. Windows color (decimal): -3437112 or 13143499. OLE color: 13143499.
HSL color Cylindrical-coordinate representation of color #CB8DC8: hue angle of 302.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DC8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 200 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.20 |
| HSL | 302.9º | 0.37% | 0.67% | - |
| HSV(B) | 302.9º | 0.31% | 0.8% | - |
| XYZ | 44.58 | 35.92 | 59.23 | - |
| YUV | 166.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 200 | 0 | 0.31 | 0.01 | 0.20 | 302.9 | 0.37 | 0.67 |
| Hex | CB | 8D | C8 | 0 | 1F | 1 | 14 | 12F | 25 | 43 |
| Octal | 313 | 215 | 310 | 0 | 37 | 1 | 24 | 457 | 45 | 103 |
| Binary | 11001011 | 10001101 | 11001000 | 0 | 11111 | 1 | 10100 | 100101111 | 100101 | 1000011 |
Color Harmonies of #CB8DC8
Complementary color
Monochromatic Colors of #CB8DC8
Black with #CB8DC8
Text Example
Text Example
White with #CB8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DC8; }
p { color: rgb(203,141,200); }
H1.HeaderClassName
{
color: #CB8DC8;
}
.AnyTagClassName
{
color: #CB8DC8;
}
</style>
background-color css
<style>
a { background-color: #CB8DC8; }
a { background-color: rgb(203,141,200); }
div.DivClassName
{
background-color: #CB8DC8;
}
.BgClassName
{
background-color: #CB8DC8;
}
</style>
border-color css
<style>
span { border-color: #CB8DC8; }
span { border-color: rgb(203,141,200); }
td.TdClassName
{
border-color: #CB8DC8;
}
.TagClassName
{
border-color: #CB8DC8;
}
</style>