Shades of Lilac #C496CA
Tints of Lilac #C496CA
RGB
CMYK
RGB Variations
Color information
#C496CA (or 0xC496CA) is known color: Lilac. HEX triplet: C4, 96 and CA. RGB value is (196,150,202). Sum of RGB (Red+Green+Blue) = 196+150+202=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C496CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496CA is #3B6935. Grayscale: #A9A9A9. Windows color (decimal): -3893558 or 13276868. OLE color: 13276868.
HSL color Cylindrical-coordinate representation of color #C496CA: hue angle of 293.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C496CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 150 | 202 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.21 |
| HSL | 293.08º | 0.33% | 0.69% | - |
| HSV(B) | 293.08º | 0.26% | 0.79% | - |
| XYZ | 44.33 | 37.81 | 60.84 | - |
| YUV | 169.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 202 | 0.03 | 0.26 | 0 | 0.21 | 293.08 | 0.33 | 0.69 |
| Hex | C4 | 96 | CA | 3 | 1A | 0 | 15 | 125 | 21 | 45 |
| Octal | 304 | 226 | 312 | 3 | 32 | 0 | 25 | 445 | 41 | 105 |
| Binary | 11000100 | 10010110 | 11001010 | 11 | 11010 | 0 | 10101 | 100100101 | 100001 | 1000101 |
Color Harmonies of #C496CA
Complementary color
Monochromatic Colors of #C496CA
Black with #C496CA
Text Example
Text Example
White with #C496CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C496CA; }
p { color: rgb(196,150,202); }
H1.HeaderClassName
{
color: #C496CA;
}
.AnyTagClassName
{
color: #C496CA;
}
</style>
background-color css
<style>
a { background-color: #C496CA; }
a { background-color: rgb(196,150,202); }
div.DivClassName
{
background-color: #C496CA;
}
.BgClassName
{
background-color: #C496CA;
}
</style>
border-color css
<style>
span { border-color: #C496CA; }
span { border-color: rgb(196,150,202); }
td.TdClassName
{
border-color: #C496CA;
}
.TagClassName
{
border-color: #C496CA;
}
</style>