Shades of Lilac #CC90CA
Tints of Lilac #CC90CA
RGB
CMYK
RGB Variations
Color information
#CC90CA (or 0xCC90CA) is known color: Lilac. HEX triplet: CC, 90 and CA. RGB value is (204,144,202). Sum of RGB (Red+Green+Blue) = 204+144+202=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90CA is #336F35. Grayscale: #A8A8A8. Windows color (decimal): -3370806 or 13275340. OLE color: 13275340.
HSL color Cylindrical-coordinate representation of color #CC90CA: hue angle of 302º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC90CA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 202 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.2 |
| HSL | 302º | 0.37% | 0.68% | - |
| HSV(B) | 302º | 0.29% | 0.8% | - |
| XYZ | 45.54 | 37.05 | 60.63 | - |
| YUV | 168.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 202 | 0 | 0.29 | 0.01 | 0.2 | 302 | 0.37 | 0.68 |
| Hex | CC | 90 | CA | 0 | 1D | 1 | 14 | 12E | 25 | 44 |
| Octal | 314 | 220 | 312 | 0 | 35 | 1 | 24 | 456 | 45 | 104 |
| Binary | 11001100 | 10010000 | 11001010 | 0 | 11101 | 1 | 10100 | 100101110 | 100101 | 1000100 |
Color Harmonies of #CC90CA
Complementary color
Monochromatic Colors of #CC90CA
Black with #CC90CA
Text Example
Text Example
White with #CC90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90CA; }
p { color: rgb(204,144,202); }
H1.HeaderClassName
{
color: #CC90CA;
}
.AnyTagClassName
{
color: #CC90CA;
}
</style>
background-color css
<style>
a { background-color: #CC90CA; }
a { background-color: rgb(204,144,202); }
div.DivClassName
{
background-color: #CC90CA;
}
.BgClassName
{
background-color: #CC90CA;
}
</style>
border-color css
<style>
span { border-color: #CC90CA; }
span { border-color: rgb(204,144,202); }
td.TdClassName
{
border-color: #CC90CA;
}
.TagClassName
{
border-color: #CC90CA;
}
</style>