Shades of Lilac #CB87C0
Tints of Lilac #CB87C0
RGB
CMYK
RGB Variations
Color information
#CB87C0 (or 0xCB87C0) is known color: Lilac. HEX triplet: CB, 87 and C0. RGB value is (203,135,192). Sum of RGB (Red+Green+Blue) = 203+135+192=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87C0 is #34783F. Grayscale: #A1A1A1. Windows color (decimal): -3438656 or 12617675. OLE color: 12617675.
HSL color Cylindrical-coordinate representation of color #CB87C0: hue angle of 309.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87C0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 192 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.20 |
| HSL | 309.71º | 0.4% | 0.66% | - |
| HSV(B) | 309.71º | 0.33% | 0.8% | - |
| XYZ | 42.81 | 33.83 | 54.14 | - |
| YUV | 161.83 | 145.03 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 192 | 0 | 0.33 | 0.05 | 0.20 | 309.71 | 0.4 | 0.66 |
| Hex | CB | 87 | C0 | 0 | 21 | 5 | 14 | 136 | 28 | 42 |
| Octal | 313 | 207 | 300 | 0 | 41 | 5 | 24 | 466 | 50 | 102 |
| Binary | 11001011 | 10000111 | 11000000 | 0 | 100001 | 101 | 10100 | 100110110 | 101000 | 1000010 |
Color Harmonies of #CB87C0
Complementary color
Monochromatic Colors of #CB87C0
Black with #CB87C0
Text Example
Text Example
White with #CB87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87C0; }
p { color: rgb(203,135,192); }
H1.HeaderClassName
{
color: #CB87C0;
}
.AnyTagClassName
{
color: #CB87C0;
}
</style>
background-color css
<style>
a { background-color: #CB87C0; }
a { background-color: rgb(203,135,192); }
div.DivClassName
{
background-color: #CB87C0;
}
.BgClassName
{
background-color: #CB87C0;
}
</style>
border-color css
<style>
span { border-color: #CB87C0; }
span { border-color: rgb(203,135,192); }
td.TdClassName
{
border-color: #CB87C0;
}
.TagClassName
{
border-color: #CB87C0;
}
</style>