Shades of Lilac #CC99CA
Tints of Lilac #CC99CA
RGB
CMYK
RGB Variations
Color information
#CC99CA (or 0xCC99CA) is known color: Lilac. HEX triplet: CC, 99 and CA. RGB value is (204,153,202). Sum of RGB (Red+Green+Blue) = 204+153+202=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99CA is #336635. Grayscale: #ADADAD. Windows color (decimal): -3368502 or 13277644. OLE color: 13277644.
HSL color Cylindrical-coordinate representation of color #CC99CA: hue angle of 302.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99CA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 202 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.2 |
| HSL | 302.35º | 0.33% | 0.7% | - |
| HSV(B) | 302.35º | 0.25% | 0.8% | - |
| XYZ | 46.95 | 39.88 | 61.1 | - |
| YUV | 173.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 202 | 0 | 0.25 | 0.01 | 0.2 | 302.35 | 0.33 | 0.7 |
| Hex | CC | 99 | CA | 0 | 19 | 1 | 14 | 12E | 21 | 46 |
| Octal | 314 | 231 | 312 | 0 | 31 | 1 | 24 | 456 | 41 | 106 |
| Binary | 11001100 | 10011001 | 11001010 | 0 | 11001 | 1 | 10100 | 100101110 | 100001 | 1000110 |
Color Harmonies of #CC99CA
Complementary color
Monochromatic Colors of #CC99CA
Black with #CC99CA
Text Example
Text Example
White with #CC99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99CA; }
p { color: rgb(204,153,202); }
H1.HeaderClassName
{
color: #CC99CA;
}
.AnyTagClassName
{
color: #CC99CA;
}
</style>
background-color css
<style>
a { background-color: #CC99CA; }
a { background-color: rgb(204,153,202); }
div.DivClassName
{
background-color: #CC99CA;
}
.BgClassName
{
background-color: #CC99CA;
}
</style>
border-color css
<style>
span { border-color: #CC99CA; }
span { border-color: rgb(204,153,202); }
td.TdClassName
{
border-color: #CC99CA;
}
.TagClassName
{
border-color: #CC99CA;
}
</style>