Shades of Lilac #CB88C3
Tints of Lilac #CB88C3
RGB
CMYK
RGB Variations
Color information
#CB88C3 (or 0xCB88C3) is known color: Lilac. HEX triplet: CB, 88 and C3. RGB value is (203,136,195). Sum of RGB (Red+Green+Blue) = 203+136+195=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88C3 is #34773C. Grayscale: #A2A2A2. Windows color (decimal): -3438397 or 12814539. OLE color: 12814539.
HSL color Cylindrical-coordinate representation of color #CB88C3: hue angle of 307.16º 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 #CB88C3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 195 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.20 |
| HSL | 307.16º | 0.39% | 0.66% | - |
| HSV(B) | 307.16º | 0.33% | 0.8% | - |
| XYZ | 43.28 | 34.24 | 55.96 | - |
| YUV | 162.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 195 | 0 | 0.33 | 0.04 | 0.20 | 307.16 | 0.39 | 0.66 |
| Hex | CB | 88 | C3 | 0 | 21 | 4 | 14 | 133 | 27 | 42 |
| Octal | 313 | 210 | 303 | 0 | 41 | 4 | 24 | 463 | 47 | 102 |
| Binary | 11001011 | 10001000 | 11000011 | 0 | 100001 | 100 | 10100 | 100110011 | 100111 | 1000010 |
Color Harmonies of #CB88C3
Complementary color
Monochromatic Colors of #CB88C3
Black with #CB88C3
Text Example
Text Example
White with #CB88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88C3; }
p { color: rgb(203,136,195); }
H1.HeaderClassName
{
color: #CB88C3;
}
.AnyTagClassName
{
color: #CB88C3;
}
</style>
background-color css
<style>
a { background-color: #CB88C3; }
a { background-color: rgb(203,136,195); }
div.DivClassName
{
background-color: #CB88C3;
}
.BgClassName
{
background-color: #CB88C3;
}
</style>
border-color css
<style>
span { border-color: #CB88C3; }
span { border-color: rgb(203,136,195); }
td.TdClassName
{
border-color: #CB88C3;
}
.TagClassName
{
border-color: #CB88C3;
}
</style>