Shades of Lilac #CB88D1
Tints of Lilac #CB88D1
RGB
CMYK
RGB Variations
Color information
#CB88D1 (or 0xCB88D1) is known color: Lilac. HEX triplet: CB, 88 and D1. RGB value is (203,136,209). Sum of RGB (Red+Green+Blue) = 203+136+209=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB88D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88D1 is #34772E. Grayscale: #A4A4A4. Windows color (decimal): -3438383 or 13732043. OLE color: 13732043.
HSL color Cylindrical-coordinate representation of color #CB88D1: hue angle of 295.07º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB88D1 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 136 | 209 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.18 |
| HSL | 295.07º | 0.44% | 0.68% | - |
| HSV(B) | 295.07º | 0.35% | 0.82% | - |
| XYZ | 44.94 | 34.91 | 64.69 | - |
| YUV | 164.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 209 | 0.03 | 0.35 | 0 | 0.18 | 295.07 | 0.44 | 0.68 |
| Hex | CB | 88 | D1 | 3 | 23 | 0 | 12 | 127 | 2C | 44 |
| Octal | 313 | 210 | 321 | 3 | 43 | 0 | 22 | 447 | 54 | 104 |
| Binary | 11001011 | 10001000 | 11010001 | 11 | 100011 | 0 | 10010 | 100100111 | 101100 | 1000100 |
Color Harmonies of #CB88D1
Complementary color
Monochromatic Colors of #CB88D1
Black with #CB88D1
Text Example
Text Example
White with #CB88D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88D1; }
p { color: rgb(203,136,209); }
H1.HeaderClassName
{
color: #CB88D1;
}
.AnyTagClassName
{
color: #CB88D1;
}
</style>
background-color css
<style>
a { background-color: #CB88D1; }
a { background-color: rgb(203,136,209); }
div.DivClassName
{
background-color: #CB88D1;
}
.BgClassName
{
background-color: #CB88D1;
}
</style>
border-color css
<style>
span { border-color: #CB88D1; }
span { border-color: rgb(203,136,209); }
td.TdClassName
{
border-color: #CB88D1;
}
.TagClassName
{
border-color: #CB88D1;
}
</style>