Shades of Lilac #CC90D4
Tints of Lilac #CC90D4
RGB
CMYK
RGB Variations
Color information
#CC90D4 (or 0xCC90D4) is known color: Lilac. HEX triplet: CC, 90 and D4. RGB value is (204,144,212). Sum of RGB (Red+Green+Blue) = 204+144+212=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC90D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90D4 is #336F2B. Grayscale: #A9A9A9. Windows color (decimal): -3370796 or 13930700. OLE color: 13930700.
HSL color Cylindrical-coordinate representation of color #CC90D4: hue angle of 292.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC90D4 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 144 | 212 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.17 |
| HSL | 292.94º | 0.44% | 0.7% | - |
| HSV(B) | 292.94º | 0.32% | 0.83% | - |
| XYZ | 46.76 | 37.54 | 67.07 | - |
| YUV | 169.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 212 | 0.04 | 0.32 | 0 | 0.17 | 292.94 | 0.44 | 0.7 |
| Hex | CC | 90 | D4 | 4 | 20 | 0 | 11 | 125 | 2C | 46 |
| Octal | 314 | 220 | 324 | 4 | 40 | 0 | 21 | 445 | 54 | 106 |
| Binary | 11001100 | 10010000 | 11010100 | 100 | 100000 | 0 | 10001 | 100100101 | 101100 | 1000110 |
Color Harmonies of #CC90D4
Complementary color
Monochromatic Colors of #CC90D4
Black with #CC90D4
Text Example
Text Example
White with #CC90D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90D4; }
p { color: rgb(204,144,212); }
H1.HeaderClassName
{
color: #CC90D4;
}
.AnyTagClassName
{
color: #CC90D4;
}
</style>
background-color css
<style>
a { background-color: #CC90D4; }
a { background-color: rgb(204,144,212); }
div.DivClassName
{
background-color: #CC90D4;
}
.BgClassName
{
background-color: #CC90D4;
}
</style>
border-color css
<style>
span { border-color: #CC90D4; }
span { border-color: rgb(204,144,212); }
td.TdClassName
{
border-color: #CC90D4;
}
.TagClassName
{
border-color: #CC90D4;
}
</style>