Shades of Lilac #C990CC
Tints of Lilac #C990CC
RGB
CMYK
RGB Variations
Color information
#C990CC (or 0xC990CC) is known color: Lilac. HEX triplet: C9, 90 and CC. RGB value is (201,144,204). Sum of RGB (Red+Green+Blue) = 201+144+204=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C990CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CC is #366F33. Grayscale: #A7A7A7. Windows color (decimal): -3567412 or 13406409. OLE color: 13406409.
HSL color Cylindrical-coordinate representation of color #C990CC: hue angle of 297º 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 #C990CC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 144 | 204 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.2 |
| HSL | 297º | 0.37% | 0.68% | - |
| HSV(B) | 297º | 0.29% | 0.8% | - |
| XYZ | 44.96 | 36.72 | 61.85 | - |
| YUV | 167.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 204 | 0.01 | 0.29 | 0 | 0.2 | 297 | 0.37 | 0.68 |
| Hex | C9 | 90 | CC | 1 | 1D | 0 | 14 | 129 | 25 | 44 |
| Octal | 311 | 220 | 314 | 1 | 35 | 0 | 24 | 451 | 45 | 104 |
| Binary | 11001001 | 10010000 | 11001100 | 1 | 11101 | 0 | 10100 | 100101001 | 100101 | 1000100 |
Color Harmonies of #C990CC
Complementary color
Monochromatic Colors of #C990CC
Black with #C990CC
Text Example
Text Example
White with #C990CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990CC; }
p { color: rgb(201,144,204); }
H1.HeaderClassName
{
color: #C990CC;
}
.AnyTagClassName
{
color: #C990CC;
}
</style>
background-color css
<style>
a { background-color: #C990CC; }
a { background-color: rgb(201,144,204); }
div.DivClassName
{
background-color: #C990CC;
}
.BgClassName
{
background-color: #C990CC;
}
</style>
border-color css
<style>
span { border-color: #C990CC; }
span { border-color: rgb(201,144,204); }
td.TdClassName
{
border-color: #C990CC;
}
.TagClassName
{
border-color: #C990CC;
}
</style>