Shades of Lilac #CB88D0
Tints of Lilac #CB88D0
RGB
CMYK
RGB Variations
Color information
#CB88D0 (or 0xCB88D0) is known color: Lilac. HEX triplet: CB, 88 and D0. RGB value is (203,136,208). Sum of RGB (Red+Green+Blue) = 203+136+208=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88D0 is #34772F. Grayscale: #A4A4A4. Windows color (decimal): -3438384 or 13666507. OLE color: 13666507.
HSL color Cylindrical-coordinate representation of color #CB88D0: hue angle of 295.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB88D0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 136 | 208 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.18 |
| HSL | 295.83º | 0.43% | 0.67% | - |
| HSV(B) | 295.83º | 0.35% | 0.82% | - |
| XYZ | 44.82 | 34.86 | 64.04 | - |
| YUV | 164.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 208 | 0.02 | 0.35 | 0 | 0.18 | 295.83 | 0.43 | 0.67 |
| Hex | CB | 88 | D0 | 2 | 23 | 0 | 12 | 128 | 2B | 43 |
| Octal | 313 | 210 | 320 | 2 | 43 | 0 | 22 | 450 | 53 | 103 |
| Binary | 11001011 | 10001000 | 11010000 | 10 | 100011 | 0 | 10010 | 100101000 | 101011 | 1000011 |
Color Harmonies of #CB88D0
Complementary color
Monochromatic Colors of #CB88D0
Black with #CB88D0
Text Example
Text Example
White with #CB88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88D0; }
p { color: rgb(203,136,208); }
H1.HeaderClassName
{
color: #CB88D0;
}
.AnyTagClassName
{
color: #CB88D0;
}
</style>
background-color css
<style>
a { background-color: #CB88D0; }
a { background-color: rgb(203,136,208); }
div.DivClassName
{
background-color: #CB88D0;
}
.BgClassName
{
background-color: #CB88D0;
}
</style>
border-color css
<style>
span { border-color: #CB88D0; }
span { border-color: rgb(203,136,208); }
td.TdClassName
{
border-color: #CB88D0;
}
.TagClassName
{
border-color: #CB88D0;
}
</style>