Shades of Lilac #CB88C9
Tints of Lilac #CB88C9
RGB
CMYK
RGB Variations
Color information
#CB88C9 (or 0xCB88C9) is known color: Lilac. HEX triplet: CB, 88 and C9. RGB value is (203,136,201). Sum of RGB (Red+Green+Blue) = 203+136+201=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88C9 is #347736. Grayscale: #A3A3A3. Windows color (decimal): -3438391 or 13207755. OLE color: 13207755.
HSL color Cylindrical-coordinate representation of color #CB88C9: hue angle of 301.79º degrees, saturation: 0.39, 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 #CB88C9 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 201 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.20 |
| HSL | 301.79º | 0.39% | 0.66% | - |
| HSV(B) | 301.79º | 0.33% | 0.8% | - |
| XYZ | 43.98 | 34.52 | 59.6 | - |
| YUV | 163.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 201 | 0 | 0.33 | 0.01 | 0.20 | 301.79 | 0.39 | 0.66 |
| Hex | CB | 88 | C9 | 0 | 21 | 1 | 14 | 12E | 27 | 42 |
| Octal | 313 | 210 | 311 | 0 | 41 | 1 | 24 | 456 | 47 | 102 |
| Binary | 11001011 | 10001000 | 11001001 | 0 | 100001 | 1 | 10100 | 100101110 | 100111 | 1000010 |
Color Harmonies of #CB88C9
Complementary color
Monochromatic Colors of #CB88C9
Black with #CB88C9
Text Example
Text Example
White with #CB88C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88C9; }
p { color: rgb(203,136,201); }
H1.HeaderClassName
{
color: #CB88C9;
}
.AnyTagClassName
{
color: #CB88C9;
}
</style>
background-color css
<style>
a { background-color: #CB88C9; }
a { background-color: rgb(203,136,201); }
div.DivClassName
{
background-color: #CB88C9;
}
.BgClassName
{
background-color: #CB88C9;
}
</style>
border-color css
<style>
span { border-color: #CB88C9; }
span { border-color: rgb(203,136,201); }
td.TdClassName
{
border-color: #CB88C9;
}
.TagClassName
{
border-color: #CB88C9;
}
</style>