Shades of Lilac #CC90CB
Tints of Lilac #CC90CB
RGB
CMYK
RGB Variations
Color information
#CC90CB (or 0xCC90CB) is known color: Lilac. HEX triplet: CC, 90 and CB. RGB value is (204,144,203). Sum of RGB (Red+Green+Blue) = 204+144+203=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC90CB is #336F34. Grayscale: #A8A8A8. Windows color (decimal): -3370805 or 13340876. OLE color: 13340876.
HSL color Cylindrical-coordinate representation of color #CC90CB: hue angle of 301º 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 #CC90CB is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 203 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.2 |
| HSL | 301º | 0.37% | 0.68% | - |
| HSV(B) | 301º | 0.29% | 0.8% | - |
| XYZ | 45.65 | 37.1 | 61.25 | - |
| YUV | 168.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 203 | 0 | 0.29 | 0.00 | 0.2 | 301 | 0.37 | 0.68 |
| Hex | CC | 90 | CB | 0 | 1D | 0 | 14 | 12D | 25 | 44 |
| Octal | 314 | 220 | 313 | 0 | 35 | 0 | 24 | 455 | 45 | 104 |
| Binary | 11001100 | 10010000 | 11001011 | 0 | 11101 | 0 | 10100 | 100101101 | 100101 | 1000100 |
Color Harmonies of #CC90CB
Complementary color
Monochromatic Colors of #CC90CB
Black with #CC90CB
Text Example
Text Example
White with #CC90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90CB; }
p { color: rgb(204,144,203); }
H1.HeaderClassName
{
color: #CC90CB;
}
.AnyTagClassName
{
color: #CC90CB;
}
</style>
background-color css
<style>
a { background-color: #CC90CB; }
a { background-color: rgb(204,144,203); }
div.DivClassName
{
background-color: #CC90CB;
}
.BgClassName
{
background-color: #CC90CB;
}
</style>
border-color css
<style>
span { border-color: #CC90CB; }
span { border-color: rgb(204,144,203); }
td.TdClassName
{
border-color: #CC90CB;
}
.TagClassName
{
border-color: #CC90CB;
}
</style>