Shades of Lilac #CC97CA
Tints of Lilac #CC97CA
RGB
CMYK
RGB Variations
Color information
#CC97CA (or 0xCC97CA) is known color: Lilac. HEX triplet: CC, 97 and CA. RGB value is (204,151,202). Sum of RGB (Red+Green+Blue) = 204+151+202=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97CA is #336835. Grayscale: #ACACAC. Windows color (decimal): -3369014 or 13277132. OLE color: 13277132.
HSL color Cylindrical-coordinate representation of color #CC97CA: hue angle of 302.26º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC97CA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 202 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.2 |
| HSL | 302.26º | 0.34% | 0.7% | - |
| HSV(B) | 302.26º | 0.26% | 0.8% | - |
| XYZ | 46.63 | 39.23 | 60.99 | - |
| YUV | 172.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 202 | 0 | 0.26 | 0.01 | 0.2 | 302.26 | 0.34 | 0.7 |
| Hex | CC | 97 | CA | 0 | 1A | 1 | 14 | 12E | 22 | 46 |
| Octal | 314 | 227 | 312 | 0 | 32 | 1 | 24 | 456 | 42 | 106 |
| Binary | 11001100 | 10010111 | 11001010 | 0 | 11010 | 1 | 10100 | 100101110 | 100010 | 1000110 |
Color Harmonies of #CC97CA
Complementary color
Monochromatic Colors of #CC97CA
Black with #CC97CA
Text Example
Text Example
White with #CC97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC97CA; }
p { color: rgb(204,151,202); }
H1.HeaderClassName
{
color: #CC97CA;
}
.AnyTagClassName
{
color: #CC97CA;
}
</style>
background-color css
<style>
a { background-color: #CC97CA; }
a { background-color: rgb(204,151,202); }
div.DivClassName
{
background-color: #CC97CA;
}
.BgClassName
{
background-color: #CC97CA;
}
</style>
border-color css
<style>
span { border-color: #CC97CA; }
span { border-color: rgb(204,151,202); }
td.TdClassName
{
border-color: #CC97CA;
}
.TagClassName
{
border-color: #CC97CA;
}
</style>