Shades of Lilac #C990CF
Tints of Lilac #C990CF
RGB
CMYK
RGB Variations
Color information
#C990CF (or 0xC990CF) is known color: Lilac. HEX triplet: C9, 90 and CF. RGB value is (201,144,207). Sum of RGB (Red+Green+Blue) = 201+144+207=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #C990CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990CF is #366F30. Grayscale: #A8A8A8. Windows color (decimal): -3567409 or 13603017. OLE color: 13603017.
HSL color Cylindrical-coordinate representation of color #C990CF: hue angle of 294.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C990CF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 144 | 207 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.19 |
| HSL | 294.29º | 0.4% | 0.69% | - |
| HSV(B) | 294.29º | 0.3% | 0.81% | - |
| XYZ | 45.32 | 36.87 | 63.76 | - |
| YUV | 168.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 207 | 0.03 | 0.30 | 0 | 0.19 | 294.29 | 0.4 | 0.69 |
| Hex | C9 | 90 | CF | 3 | 1E | 0 | 13 | 126 | 28 | 45 |
| Octal | 311 | 220 | 317 | 3 | 36 | 0 | 23 | 446 | 50 | 105 |
| Binary | 11001001 | 10010000 | 11001111 | 11 | 11110 | 0 | 10011 | 100100110 | 101000 | 1000101 |
Color Harmonies of #C990CF
Complementary color
Monochromatic Colors of #C990CF
Black with #C990CF
Text Example
Text Example
White with #C990CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990CF; }
p { color: rgb(201,144,207); }
H1.HeaderClassName
{
color: #C990CF;
}
.AnyTagClassName
{
color: #C990CF;
}
</style>
background-color css
<style>
a { background-color: #C990CF; }
a { background-color: rgb(201,144,207); }
div.DivClassName
{
background-color: #C990CF;
}
.BgClassName
{
background-color: #C990CF;
}
</style>
border-color css
<style>
span { border-color: #C990CF; }
span { border-color: rgb(201,144,207); }
td.TdClassName
{
border-color: #C990CF;
}
.TagClassName
{
border-color: #C990CF;
}
</style>