Shades of Lilac #CB88CB
Tints of Lilac #CB88CB
RGB
CMYK
RGB Variations
Color information
#CB88CB (or 0xCB88CB) is known color: Lilac. HEX triplet: CB, 88 and CB. RGB value is (203,136,203). Sum of RGB (Red+Green+Blue) = 203+136+203=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88CB is #347734. Grayscale: #A3A3A3. Windows color (decimal): -3438389 or 13338827. OLE color: 13338827.
HSL color Cylindrical-coordinate representation of color #CB88CB: hue angle of 300º 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 #CB88CB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 203 | - |
| CMYK | 0 | 0.33 | 0 | 0.20 |
| HSL | 300º | 0.39% | 0.66% | - |
| HSV(B) | 300º | 0.33% | 0.8% | - |
| XYZ | 44.21 | 34.62 | 60.85 | - |
| YUV | 163.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 203 | 0 | 0.33 | 0 | 0.20 | 300 | 0.39 | 0.66 |
| Hex | CB | 88 | CB | 0 | 21 | 0 | 14 | 12C | 27 | 42 |
| Octal | 313 | 210 | 313 | 0 | 41 | 0 | 24 | 454 | 47 | 102 |
| Binary | 11001011 | 10001000 | 11001011 | 0 | 100001 | 0 | 10100 | 100101100 | 100111 | 1000010 |
Color Harmonies of #CB88CB
Complementary color
Monochromatic Colors of #CB88CB
Black with #CB88CB
Text Example
Text Example
White with #CB88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88CB; }
p { color: rgb(203,136,203); }
H1.HeaderClassName
{
color: #CB88CB;
}
.AnyTagClassName
{
color: #CB88CB;
}
</style>
background-color css
<style>
a { background-color: #CB88CB; }
a { background-color: rgb(203,136,203); }
div.DivClassName
{
background-color: #CB88CB;
}
.BgClassName
{
background-color: #CB88CB;
}
</style>
border-color css
<style>
span { border-color: #CB88CB; }
span { border-color: rgb(203,136,203); }
td.TdClassName
{
border-color: #CB88CB;
}
.TagClassName
{
border-color: #CB88CB;
}
</style>