Shades of Lilac #C496C6
Tints of Lilac #C496C6
RGB
CMYK
RGB Variations
Color information
#C496C6 (or 0xC496C6) is known color: Lilac. HEX triplet: C4, 96 and C6. RGB value is (196,150,198). Sum of RGB (Red+Green+Blue) = 196+150+198=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #C496C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496C6 is #3B6939. Grayscale: #A9A9A9. Windows color (decimal): -3893562 or 13014724. OLE color: 13014724.
HSL color Cylindrical-coordinate representation of color #C496C6: hue angle of 297.5º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C496C6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 150 | 198 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.22 |
| HSL | 297.5º | 0.3% | 0.68% | - |
| HSV(B) | 297.5º | 0.24% | 0.78% | - |
| XYZ | 43.86 | 37.63 | 58.38 | - |
| YUV | 169.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 198 | 0.01 | 0.24 | 0 | 0.22 | 297.5 | 0.3 | 0.68 |
| Hex | C4 | 96 | C6 | 1 | 18 | 0 | 16 | 12A | 1E | 44 |
| Octal | 304 | 226 | 306 | 1 | 30 | 0 | 26 | 452 | 36 | 104 |
| Binary | 11000100 | 10010110 | 11000110 | 1 | 11000 | 0 | 10110 | 100101010 | 11110 | 1000100 |
Color Harmonies of #C496C6
Complementary color
Monochromatic Colors of #C496C6
Black with #C496C6
Text Example
Text Example
White with #C496C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496C6; }
p { color: rgb(196,150,198); }
H1.HeaderClassName
{
color: #C496C6;
}
.AnyTagClassName
{
color: #C496C6;
}
</style>
background-color css
<style>
a { background-color: #C496C6; }
a { background-color: rgb(196,150,198); }
div.DivClassName
{
background-color: #C496C6;
}
.BgClassName
{
background-color: #C496C6;
}
</style>
border-color css
<style>
span { border-color: #C496C6; }
span { border-color: rgb(196,150,198); }
td.TdClassName
{
border-color: #C496C6;
}
.TagClassName
{
border-color: #C496C6;
}
</style>