Shades of Lilac #CB8CC8
Tints of Lilac #CB8CC8
RGB
CMYK
RGB Variations
Color information
#CB8CC8 (or 0xCB8CC8) is known color: Lilac. HEX triplet: CB, 8C and C8. RGB value is (203,140,200). Sum of RGB (Red+Green+Blue) = 203+140+200=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CC8 is #347337. Grayscale: #A5A5A5. Windows color (decimal): -3437368 or 13143243. OLE color: 13143243.
HSL color Cylindrical-coordinate representation of color #CB8CC8: hue angle of 302.86º degrees, saturation: 0.38, 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 #CB8CC8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 200 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.20 |
| HSL | 302.86º | 0.38% | 0.67% | - |
| HSV(B) | 302.86º | 0.31% | 0.8% | - |
| XYZ | 44.43 | 35.62 | 59.18 | - |
| YUV | 165.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 200 | 0 | 0.31 | 0.01 | 0.20 | 302.86 | 0.38 | 0.67 |
| Hex | CB | 8C | C8 | 0 | 1F | 1 | 14 | 12F | 26 | 43 |
| Octal | 313 | 214 | 310 | 0 | 37 | 1 | 24 | 457 | 46 | 103 |
| Binary | 11001011 | 10001100 | 11001000 | 0 | 11111 | 1 | 10100 | 100101111 | 100110 | 1000011 |
Color Harmonies of #CB8CC8
Complementary color
Monochromatic Colors of #CB8CC8
Black with #CB8CC8
Text Example
Text Example
White with #CB8CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8CC8; }
p { color: rgb(203,140,200); }
H1.HeaderClassName
{
color: #CB8CC8;
}
.AnyTagClassName
{
color: #CB8CC8;
}
</style>
background-color css
<style>
a { background-color: #CB8CC8; }
a { background-color: rgb(203,140,200); }
div.DivClassName
{
background-color: #CB8CC8;
}
.BgClassName
{
background-color: #CB8CC8;
}
</style>
border-color css
<style>
span { border-color: #CB8CC8; }
span { border-color: rgb(203,140,200); }
td.TdClassName
{
border-color: #CB8CC8;
}
.TagClassName
{
border-color: #CB8CC8;
}
</style>