Shades of Lilac #C990C5
Tints of Lilac #C990C5
RGB
CMYK
RGB Variations
Color information
#C990C5 (or 0xC990C5) is known color: Lilac. HEX triplet: C9, 90 and C5. RGB value is (201,144,197). Sum of RGB (Red+Green+Blue) = 201+144+197=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C990C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C990C5 is #366F3A. Grayscale: #A6A6A6. Windows color (decimal): -3567419 or 12947657. OLE color: 12947657.
HSL color Cylindrical-coordinate representation of color #C990C5: hue angle of 304.21º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 197 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.21 |
| HSL | 304.21º | 0.35% | 0.68% | - |
| HSV(B) | 304.21º | 0.28% | 0.79% | - |
| XYZ | 44.14 | 36.4 | 57.52 | - |
| YUV | 167.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 197 | 0 | 0.28 | 0.02 | 0.21 | 304.21 | 0.35 | 0.68 |
| Hex | C9 | 90 | C5 | 0 | 1C | 2 | 15 | 130 | 23 | 44 |
| Octal | 311 | 220 | 305 | 0 | 34 | 2 | 25 | 460 | 43 | 104 |
| Binary | 11001001 | 10010000 | 11000101 | 0 | 11100 | 10 | 10101 | 100110000 | 100011 | 1000100 |
Color Harmonies of #C990C5
Complementary color
Monochromatic Colors of #C990C5
Black with #C990C5
Text Example
Text Example
White with #C990C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990C5; }
p { color: rgb(201,144,197); }
H1.HeaderClassName
{
color: #C990C5;
}
.AnyTagClassName
{
color: #C990C5;
}
</style>
background-color css
<style>
a { background-color: #C990C5; }
a { background-color: rgb(201,144,197); }
div.DivClassName
{
background-color: #C990C5;
}
.BgClassName
{
background-color: #C990C5;
}
</style>
border-color css
<style>
span { border-color: #C990C5; }
span { border-color: rgb(201,144,197); }
td.TdClassName
{
border-color: #C990C5;
}
.TagClassName
{
border-color: #C990C5;
}
</style>