Shades of Lilac #C497C9
Tints of Lilac #C497C9
RGB
CMYK
RGB Variations
Color information
#C497C9 (or 0xC497C9) is known color: Lilac. HEX triplet: C4, 97 and C9. RGB value is (196,151,201). Sum of RGB (Red+Green+Blue) = 196+151+201=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #C497C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497C9 is #3B6836. Grayscale: #AAAAAA. Windows color (decimal): -3893303 or 13211588. OLE color: 13211588.
HSL color Cylindrical-coordinate representation of color #C497C9: hue angle of 294º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C497C9 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 151 | 201 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.21 |
| HSL | 294º | 0.32% | 0.69% | - |
| HSV(B) | 294º | 0.25% | 0.79% | - |
| XYZ | 44.37 | 38.09 | 60.27 | - |
| YUV | 170.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 201 | 0.02 | 0.25 | 0 | 0.21 | 294 | 0.32 | 0.69 |
| Hex | C4 | 97 | C9 | 2 | 19 | 0 | 15 | 126 | 20 | 45 |
| Octal | 304 | 227 | 311 | 2 | 31 | 0 | 25 | 446 | 40 | 105 |
| Binary | 11000100 | 10010111 | 11001001 | 10 | 11001 | 0 | 10101 | 100100110 | 100000 | 1000101 |
Color Harmonies of #C497C9
Complementary color
Monochromatic Colors of #C497C9
Black with #C497C9
Text Example
Text Example
White with #C497C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497C9; }
p { color: rgb(196,151,201); }
H1.HeaderClassName
{
color: #C497C9;
}
.AnyTagClassName
{
color: #C497C9;
}
</style>
background-color css
<style>
a { background-color: #C497C9; }
a { background-color: rgb(196,151,201); }
div.DivClassName
{
background-color: #C497C9;
}
.BgClassName
{
background-color: #C497C9;
}
</style>
border-color css
<style>
span { border-color: #C497C9; }
span { border-color: rgb(196,151,201); }
td.TdClassName
{
border-color: #C497C9;
}
.TagClassName
{
border-color: #C497C9;
}
</style>