Shades of Lilac #C490C0
Tints of Lilac #C490C0
RGB
CMYK
RGB Variations
Color information
#C490C0 (or 0xC490C0) is known color: Lilac. HEX triplet: C4, 90 and C0. RGB value is (196,144,192). Sum of RGB (Red+Green+Blue) = 196+144+192=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 196 - color contains mainly: red. Hex color #C490C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490C0 is #3B6F3F. Grayscale: #A4A4A4. Windows color (decimal): -3895104 or 12619972. OLE color: 12619972.
HSL color Cylindrical-coordinate representation of color #C490C0: hue angle of 304.62º 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 #C490C0 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 192 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.23 |
| HSL | 304.62º | 0.31% | 0.67% | - |
| HSV(B) | 304.62º | 0.27% | 0.77% | - |
| XYZ | 42.25 | 35.49 | 54.49 | - |
| YUV | 165.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 192 | 0 | 0.27 | 0.02 | 0.23 | 304.62 | 0.31 | 0.67 |
| Hex | C4 | 90 | C0 | 0 | 1B | 2 | 17 | 131 | 1F | 43 |
| Octal | 304 | 220 | 300 | 0 | 33 | 2 | 27 | 461 | 37 | 103 |
| Binary | 11000100 | 10010000 | 11000000 | 0 | 11011 | 10 | 10111 | 100110001 | 11111 | 1000011 |
Color Harmonies of #C490C0
Complementary color
Monochromatic Colors of #C490C0
Black with #C490C0
Text Example
Text Example
White with #C490C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490C0; }
p { color: rgb(196,144,192); }
H1.HeaderClassName
{
color: #C490C0;
}
.AnyTagClassName
{
color: #C490C0;
}
</style>
background-color css
<style>
a { background-color: #C490C0; }
a { background-color: rgb(196,144,192); }
div.DivClassName
{
background-color: #C490C0;
}
.BgClassName
{
background-color: #C490C0;
}
</style>
border-color css
<style>
span { border-color: #C490C0; }
span { border-color: rgb(196,144,192); }
td.TdClassName
{
border-color: #C490C0;
}
.TagClassName
{
border-color: #C490C0;
}
</style>