Shades of Lilac #CC88CB
Tints of Lilac #CC88CB
RGB
CMYK
RGB Variations
Color information
#CC88CB (or 0xCC88CB) is known color: Lilac. HEX triplet: CC, 88 and CB. RGB value is (204,136,203). Sum of RGB (Red+Green+Blue) = 204+136+203=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88CB is #337734. Grayscale: #A3A3A3. Windows color (decimal): -3372853 or 13338828. OLE color: 13338828.
HSL color Cylindrical-coordinate representation of color #CC88CB: hue angle of 300.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88CB is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 203 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.2 |
| HSL | 300.88º | 0.4% | 0.67% | - |
| HSV(B) | 300.88º | 0.33% | 0.8% | - |
| XYZ | 44.49 | 34.76 | 60.86 | - |
| YUV | 163.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 203 | 0 | 0.33 | 0.00 | 0.2 | 300.88 | 0.4 | 0.67 |
| Hex | CC | 88 | CB | 0 | 21 | 0 | 14 | 12D | 28 | 43 |
| Octal | 314 | 210 | 313 | 0 | 41 | 0 | 24 | 455 | 50 | 103 |
| Binary | 11001100 | 10001000 | 11001011 | 0 | 100001 | 0 | 10100 | 100101101 | 101000 | 1000011 |
Color Harmonies of #CC88CB
Complementary color
Monochromatic Colors of #CC88CB
Black with #CC88CB
Text Example
Text Example
White with #CC88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88CB; }
p { color: rgb(204,136,203); }
H1.HeaderClassName
{
color: #CC88CB;
}
.AnyTagClassName
{
color: #CC88CB;
}
</style>
background-color css
<style>
a { background-color: #CC88CB; }
a { background-color: rgb(204,136,203); }
div.DivClassName
{
background-color: #CC88CB;
}
.BgClassName
{
background-color: #CC88CB;
}
</style>
border-color css
<style>
span { border-color: #CC88CB; }
span { border-color: rgb(204,136,203); }
td.TdClassName
{
border-color: #CC88CB;
}
.TagClassName
{
border-color: #CC88CB;
}
</style>