Shades of Lilac #C990CB
Tints of Lilac #C990CB
RGB
CMYK
RGB Variations
Color information
#C990CB (or 0xC990CB) is known color: Lilac. HEX triplet: C9, 90 and CB. RGB value is (201,144,203). Sum of RGB (Red+Green+Blue) = 201+144+203=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C990CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CB is #366F34. Grayscale: #A7A7A7. Windows color (decimal): -3567413 or 13340873. OLE color: 13340873.
HSL color Cylindrical-coordinate representation of color #C990CB: hue angle of 297.97º degrees, saturation: 0.36, 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 #C990CB is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 144 | 203 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.20 |
| HSL | 297.97º | 0.36% | 0.68% | - |
| HSV(B) | 297.97º | 0.29% | 0.8% | - |
| XYZ | 44.84 | 36.68 | 61.22 | - |
| YUV | 167.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 203 | 0.01 | 0.29 | 0 | 0.20 | 297.97 | 0.36 | 0.68 |
| Hex | C9 | 90 | CB | 1 | 1D | 0 | 14 | 12A | 24 | 44 |
| Octal | 311 | 220 | 313 | 1 | 35 | 0 | 24 | 452 | 44 | 104 |
| Binary | 11001001 | 10010000 | 11001011 | 1 | 11101 | 0 | 10100 | 100101010 | 100100 | 1000100 |
Color Harmonies of #C990CB
Complementary color
Monochromatic Colors of #C990CB
Black with #C990CB
Text Example
Text Example
White with #C990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990CB; }
p { color: rgb(201,144,203); }
H1.HeaderClassName
{
color: #C990CB;
}
.AnyTagClassName
{
color: #C990CB;
}
</style>
background-color css
<style>
a { background-color: #C990CB; }
a { background-color: rgb(201,144,203); }
div.DivClassName
{
background-color: #C990CB;
}
.BgClassName
{
background-color: #C990CB;
}
</style>
border-color css
<style>
span { border-color: #C990CB; }
span { border-color: rgb(201,144,203); }
td.TdClassName
{
border-color: #C990CB;
}
.TagClassName
{
border-color: #C990CB;
}
</style>