Shades of Lilac #C196C5
Tints of Lilac #C196C5
RGB
CMYK
RGB Variations
Color information
#C196C5 (or 0xC196C5) is known color: Lilac. HEX triplet: C1, 96 and C5. RGB value is (193,150,197). Sum of RGB (Red+Green+Blue) = 193+150+197=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #C196C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196C5 is #3E693A. Grayscale: #A8A8A8. Windows color (decimal): -4090171 or 12949185. OLE color: 12949185.
HSL color Cylindrical-coordinate representation of color #C196C5: hue angle of 294.89º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C196C5 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 150 | 197 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.23 |
| HSL | 294.89º | 0.29% | 0.68% | - |
| HSV(B) | 294.89º | 0.24% | 0.77% | - |
| XYZ | 42.98 | 37.18 | 57.73 | - |
| YUV | 168.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 197 | 0.02 | 0.24 | 0 | 0.23 | 294.89 | 0.29 | 0.68 |
| Hex | C1 | 96 | C5 | 2 | 18 | 0 | 17 | 127 | 1D | 44 |
| Octal | 301 | 226 | 305 | 2 | 30 | 0 | 27 | 447 | 35 | 104 |
| Binary | 11000001 | 10010110 | 11000101 | 10 | 11000 | 0 | 10111 | 100100111 | 11101 | 1000100 |
Color Harmonies of #C196C5
Complementary color
Monochromatic Colors of #C196C5
Black with #C196C5
Text Example
Text Example
White with #C196C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196C5; }
p { color: rgb(193,150,197); }
H1.HeaderClassName
{
color: #C196C5;
}
.AnyTagClassName
{
color: #C196C5;
}
</style>
background-color css
<style>
a { background-color: #C196C5; }
a { background-color: rgb(193,150,197); }
div.DivClassName
{
background-color: #C196C5;
}
.BgClassName
{
background-color: #C196C5;
}
</style>
border-color css
<style>
span { border-color: #C196C5; }
span { border-color: rgb(193,150,197); }
td.TdClassName
{
border-color: #C196C5;
}
.TagClassName
{
border-color: #C196C5;
}
</style>