Shades of Lilac #CC94CA
Tints of Lilac #CC94CA
RGB
CMYK
RGB Variations
Color information
#CC94CA (or 0xCC94CA) is known color: Lilac. HEX triplet: CC, 94 and CA. RGB value is (204,148,202). Sum of RGB (Red+Green+Blue) = 204+148+202=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CA is #336B35. Grayscale: #AAAAAA. Windows color (decimal): -3369782 or 13276364. OLE color: 13276364.
HSL color Cylindrical-coordinate representation of color #CC94CA: hue angle of 302.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC94CA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 202 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.2 |
| HSL | 302.14º | 0.35% | 0.69% | - |
| HSV(B) | 302.14º | 0.27% | 0.8% | - |
| XYZ | 46.15 | 38.28 | 60.83 | - |
| YUV | 170.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 202 | 0 | 0.27 | 0.01 | 0.2 | 302.14 | 0.35 | 0.69 |
| Hex | CC | 94 | CA | 0 | 1B | 1 | 14 | 12E | 23 | 45 |
| Octal | 314 | 224 | 312 | 0 | 33 | 1 | 24 | 456 | 43 | 105 |
| Binary | 11001100 | 10010100 | 11001010 | 0 | 11011 | 1 | 10100 | 100101110 | 100011 | 1000101 |
Color Harmonies of #CC94CA
Complementary color
Monochromatic Colors of #CC94CA
Black with #CC94CA
Text Example
Text Example
White with #CC94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC94CA; }
p { color: rgb(204,148,202); }
H1.HeaderClassName
{
color: #CC94CA;
}
.AnyTagClassName
{
color: #CC94CA;
}
</style>
background-color css
<style>
a { background-color: #CC94CA; }
a { background-color: rgb(204,148,202); }
div.DivClassName
{
background-color: #CC94CA;
}
.BgClassName
{
background-color: #CC94CA;
}
</style>
border-color css
<style>
span { border-color: #CC94CA; }
span { border-color: rgb(204,148,202); }
td.TdClassName
{
border-color: #CC94CA;
}
.TagClassName
{
border-color: #CC94CA;
}
</style>