Shades of Lilac #CC88CA
Tints of Lilac #CC88CA
RGB
CMYK
RGB Variations
Color information
#CC88CA (or 0xCC88CA) is known color: Lilac. HEX triplet: CC, 88 and CA. RGB value is (204,136,202). Sum of RGB (Red+Green+Blue) = 204+136+202=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88CA is #337735. Grayscale: #A3A3A3. Windows color (decimal): -3372854 or 13273292. OLE color: 13273292.
HSL color Cylindrical-coordinate representation of color #CC88CA: hue angle of 301.76º 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 #CC88CA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 202 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.2 |
| HSL | 301.76º | 0.4% | 0.67% | - |
| HSV(B) | 301.76º | 0.33% | 0.8% | - |
| XYZ | 44.37 | 34.71 | 60.24 | - |
| YUV | 163.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 202 | 0 | 0.33 | 0.01 | 0.2 | 301.76 | 0.4 | 0.67 |
| Hex | CC | 88 | CA | 0 | 21 | 1 | 14 | 12E | 28 | 43 |
| Octal | 314 | 210 | 312 | 0 | 41 | 1 | 24 | 456 | 50 | 103 |
| Binary | 11001100 | 10001000 | 11001010 | 0 | 100001 | 1 | 10100 | 100101110 | 101000 | 1000011 |
Color Harmonies of #CC88CA
Complementary color
Monochromatic Colors of #CC88CA
Black with #CC88CA
Text Example
Text Example
White with #CC88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88CA; }
p { color: rgb(204,136,202); }
H1.HeaderClassName
{
color: #CC88CA;
}
.AnyTagClassName
{
color: #CC88CA;
}
</style>
background-color css
<style>
a { background-color: #CC88CA; }
a { background-color: rgb(204,136,202); }
div.DivClassName
{
background-color: #CC88CA;
}
.BgClassName
{
background-color: #CC88CA;
}
</style>
border-color css
<style>
span { border-color: #CC88CA; }
span { border-color: rgb(204,136,202); }
td.TdClassName
{
border-color: #CC88CA;
}
.TagClassName
{
border-color: #CC88CA;
}
</style>