Shades of Lilac #C49EC7
Tints of Lilac #C49EC7
RGB
CMYK
RGB Variations
Color information
#C49EC7 (or 0xC49EC7) is known color: Lilac. HEX triplet: C4, 9E and C7. RGB value is (196,158,199). Sum of RGB (Red+Green+Blue) = 196+158+199=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #C49EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EC7 is #3B6138. Grayscale: #ADADAD. Windows color (decimal): -3891513 or 13082308. OLE color: 13082308.
HSL color Cylindrical-coordinate representation of color #C49EC7: hue angle of 295.61º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49EC7 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 158 | 199 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.22 |
| HSL | 295.61º | 0.27% | 0.7% | - |
| HSV(B) | 295.61º | 0.21% | 0.78% | - |
| XYZ | 45.3 | 40.31 | 59.43 | - |
| YUV | 174.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 199 | 0.02 | 0.21 | 0 | 0.22 | 295.61 | 0.27 | 0.7 |
| Hex | C4 | 9E | C7 | 2 | 15 | 0 | 16 | 128 | 1B | 46 |
| Octal | 304 | 236 | 307 | 2 | 25 | 0 | 26 | 450 | 33 | 106 |
| Binary | 11000100 | 10011110 | 11000111 | 10 | 10101 | 0 | 10110 | 100101000 | 11011 | 1000110 |
Color Harmonies of #C49EC7
Complementary color
Monochromatic Colors of #C49EC7
Black with #C49EC7
Text Example
Text Example
White with #C49EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49EC7; }
p { color: rgb(196,158,199); }
H1.HeaderClassName
{
color: #C49EC7;
}
.AnyTagClassName
{
color: #C49EC7;
}
</style>
background-color css
<style>
a { background-color: #C49EC7; }
a { background-color: rgb(196,158,199); }
div.DivClassName
{
background-color: #C49EC7;
}
.BgClassName
{
background-color: #C49EC7;
}
</style>
border-color css
<style>
span { border-color: #C49EC7; }
span { border-color: rgb(196,158,199); }
td.TdClassName
{
border-color: #C49EC7;
}
.TagClassName
{
border-color: #C49EC7;
}
</style>