Shades of Lilac #C49FC3
Tints of Lilac #C49FC3
RGB
CMYK
RGB Variations
Color information
#C49FC3 (or 0xC49FC3) is known color: Lilac. HEX triplet: C4, 9F and C3. RGB value is (196,159,195). Sum of RGB (Red+Green+Blue) = 196+159+195=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FC3 is #3B603C. Grayscale: #AEAEAE. Windows color (decimal): -3891261 or 12820420. OLE color: 12820420.
HSL color Cylindrical-coordinate representation of color #C49FC3: hue angle of 301.62º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49FC3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 195 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.23 |
| HSL | 301.62º | 0.24% | 0.7% | - |
| HSV(B) | 301.62º | 0.19% | 0.77% | - |
| XYZ | 45.01 | 40.47 | 57.07 | - |
| YUV | 174.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 195 | 0 | 0.19 | 0.01 | 0.23 | 301.62 | 0.24 | 0.7 |
| Hex | C4 | 9F | C3 | 0 | 13 | 1 | 17 | 12E | 18 | 46 |
| Octal | 304 | 237 | 303 | 0 | 23 | 1 | 27 | 456 | 30 | 106 |
| Binary | 11000100 | 10011111 | 11000011 | 0 | 10011 | 1 | 10111 | 100101110 | 11000 | 1000110 |
Color Harmonies of #C49FC3
Complementary color
Monochromatic Colors of #C49FC3
Black with #C49FC3
Text Example
Text Example
White with #C49FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49FC3; }
p { color: rgb(196,159,195); }
H1.HeaderClassName
{
color: #C49FC3;
}
.AnyTagClassName
{
color: #C49FC3;
}
</style>
background-color css
<style>
a { background-color: #C49FC3; }
a { background-color: rgb(196,159,195); }
div.DivClassName
{
background-color: #C49FC3;
}
.BgClassName
{
background-color: #C49FC3;
}
</style>
border-color css
<style>
span { border-color: #C49FC3; }
span { border-color: rgb(196,159,195); }
td.TdClassName
{
border-color: #C49FC3;
}
.TagClassName
{
border-color: #C49FC3;
}
</style>