Shades of Lilac #C290CD
Tints of Lilac #C290CD
RGB
CMYK
RGB Variations
Color information
#C290CD (or 0xC290CD) is known color: Lilac. HEX triplet: C2, 90 and CD. RGB value is (194,144,205). Sum of RGB (Red+Green+Blue) = 194+144+205=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C290CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290CD is #3D6F32. Grayscale: #A5A5A5. Windows color (decimal): -4026163 or 13471938. OLE color: 13471938.
HSL color Cylindrical-coordinate representation of color #C290CD: hue angle of 289.18º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C290CD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 144 | 205 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.20 |
| HSL | 289.18º | 0.38% | 0.68% | - |
| HSV(B) | 289.18º | 0.3% | 0.8% | - |
| XYZ | 43.24 | 35.82 | 62.39 | - |
| YUV | 165.9 | 150.07 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 205 | 0.05 | 0.30 | 0 | 0.20 | 289.18 | 0.38 | 0.68 |
| Hex | C2 | 90 | CD | 5 | 1E | 0 | 14 | 121 | 26 | 44 |
| Octal | 302 | 220 | 315 | 5 | 36 | 0 | 24 | 441 | 46 | 104 |
| Binary | 11000010 | 10010000 | 11001101 | 101 | 11110 | 0 | 10100 | 100100001 | 100110 | 1000100 |
Color Harmonies of #C290CD
Complementary color
Monochromatic Colors of #C290CD
Black with #C290CD
Text Example
Text Example
White with #C290CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290CD; }
p { color: rgb(194,144,205); }
H1.HeaderClassName
{
color: #C290CD;
}
.AnyTagClassName
{
color: #C290CD;
}
</style>
background-color css
<style>
a { background-color: #C290CD; }
a { background-color: rgb(194,144,205); }
div.DivClassName
{
background-color: #C290CD;
}
.BgClassName
{
background-color: #C290CD;
}
</style>
border-color css
<style>
span { border-color: #C290CD; }
span { border-color: rgb(194,144,205); }
td.TdClassName
{
border-color: #C290CD;
}
.TagClassName
{
border-color: #C290CD;
}
</style>