Shades of Lilac #C290C5
Tints of Lilac #C290C5
RGB
CMYK
RGB Variations
Color information
#C290C5 (or 0xC290C5) is known color: Lilac. HEX triplet: C2, 90 and C5. RGB value is (194,144,197). Sum of RGB (Red+Green+Blue) = 194+144+197=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 197 - color contains mainly: blue. Hex color #C290C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290C5 is #3D6F3A. Grayscale: #A4A4A4. Windows color (decimal): -4026171 or 12947650. OLE color: 12947650.
HSL color Cylindrical-coordinate representation of color #C290C5: hue angle of 296.6º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C290C5 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 144 | 197 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.23 |
| HSL | 296.6º | 0.31% | 0.67% | - |
| HSV(B) | 296.6º | 0.27% | 0.77% | - |
| XYZ | 42.3 | 35.45 | 57.44 | - |
| YUV | 164.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 197 | 0.02 | 0.27 | 0 | 0.23 | 296.6 | 0.31 | 0.67 |
| Hex | C2 | 90 | C5 | 2 | 1B | 0 | 17 | 129 | 1F | 43 |
| Octal | 302 | 220 | 305 | 2 | 33 | 0 | 27 | 451 | 37 | 103 |
| Binary | 11000010 | 10010000 | 11000101 | 10 | 11011 | 0 | 10111 | 100101001 | 11111 | 1000011 |
Color Harmonies of #C290C5
Complementary color
Monochromatic Colors of #C290C5
Black with #C290C5
Text Example
Text Example
White with #C290C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290C5; }
p { color: rgb(194,144,197); }
H1.HeaderClassName
{
color: #C290C5;
}
.AnyTagClassName
{
color: #C290C5;
}
</style>
background-color css
<style>
a { background-color: #C290C5; }
a { background-color: rgb(194,144,197); }
div.DivClassName
{
background-color: #C290C5;
}
.BgClassName
{
background-color: #C290C5;
}
</style>
border-color css
<style>
span { border-color: #C290C5; }
span { border-color: rgb(194,144,197); }
td.TdClassName
{
border-color: #C290C5;
}
.TagClassName
{
border-color: #C290C5;
}
</style>