Shades of Lilac #C290CA
Tints of Lilac #C290CA
RGB
CMYK
RGB Variations
Color information
#C290CA (or 0xC290CA) is known color: Lilac. HEX triplet: C2, 90 and CA. RGB value is (194,144,202). Sum of RGB (Red+Green+Blue) = 194+144+202=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #C290CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290CA is #3D6F35. Grayscale: #A5A5A5. Windows color (decimal): -4026166 or 13275330. OLE color: 13275330.
HSL color Cylindrical-coordinate representation of color #C290CA: hue angle of 291.72º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C290CA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 144 | 202 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.21 |
| HSL | 291.72º | 0.35% | 0.68% | - |
| HSV(B) | 291.72º | 0.29% | 0.79% | - |
| XYZ | 42.88 | 35.68 | 60.5 | - |
| YUV | 165.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 202 | 0.04 | 0.29 | 0 | 0.21 | 291.72 | 0.35 | 0.68 |
| Hex | C2 | 90 | CA | 4 | 1D | 0 | 15 | 124 | 23 | 44 |
| Octal | 302 | 220 | 312 | 4 | 35 | 0 | 25 | 444 | 43 | 104 |
| Binary | 11000010 | 10010000 | 11001010 | 100 | 11101 | 0 | 10101 | 100100100 | 100011 | 1000100 |
Color Harmonies of #C290CA
Complementary color
Monochromatic Colors of #C290CA
Black with #C290CA
Text Example
Text Example
White with #C290CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290CA; }
p { color: rgb(194,144,202); }
H1.HeaderClassName
{
color: #C290CA;
}
.AnyTagClassName
{
color: #C290CA;
}
</style>
background-color css
<style>
a { background-color: #C290CA; }
a { background-color: rgb(194,144,202); }
div.DivClassName
{
background-color: #C290CA;
}
.BgClassName
{
background-color: #C290CA;
}
</style>
border-color css
<style>
span { border-color: #C290CA; }
span { border-color: rgb(194,144,202); }
td.TdClassName
{
border-color: #C290CA;
}
.TagClassName
{
border-color: #C290CA;
}
</style>