Shades of Lilac #C496C9
Tints of Lilac #C496C9
RGB
CMYK
RGB Variations
Color information
#C496C9 (or 0xC496C9) is known color: Lilac. HEX triplet: C4, 96 and C9. RGB value is (196,150,201). Sum of RGB (Red+Green+Blue) = 196+150+201=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #C496C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496C9 is #3B6936. Grayscale: #A9A9A9. Windows color (decimal): -3893559 or 13211332. OLE color: 13211332.
HSL color Cylindrical-coordinate representation of color #C496C9: hue angle of 294.12º 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 #C496C9 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 150 | 201 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.21 |
| HSL | 294.12º | 0.32% | 0.69% | - |
| HSV(B) | 294.12º | 0.25% | 0.79% | - |
| XYZ | 44.21 | 37.77 | 60.22 | - |
| YUV | 169.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 201 | 0.02 | 0.25 | 0 | 0.21 | 294.12 | 0.32 | 0.69 |
| Hex | C4 | 96 | C9 | 2 | 19 | 0 | 15 | 126 | 20 | 45 |
| Octal | 304 | 226 | 311 | 2 | 31 | 0 | 25 | 446 | 40 | 105 |
| Binary | 11000100 | 10010110 | 11001001 | 10 | 11001 | 0 | 10101 | 100100110 | 100000 | 1000101 |
Color Harmonies of #C496C9
Complementary color
Monochromatic Colors of #C496C9
Black with #C496C9
Text Example
Text Example
White with #C496C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496C9; }
p { color: rgb(196,150,201); }
H1.HeaderClassName
{
color: #C496C9;
}
.AnyTagClassName
{
color: #C496C9;
}
</style>
background-color css
<style>
a { background-color: #C496C9; }
a { background-color: rgb(196,150,201); }
div.DivClassName
{
background-color: #C496C9;
}
.BgClassName
{
background-color: #C496C9;
}
</style>
border-color css
<style>
span { border-color: #C496C9; }
span { border-color: rgb(196,150,201); }
td.TdClassName
{
border-color: #C496C9;
}
.TagClassName
{
border-color: #C496C9;
}
</style>