Shades of Lilac #C196CA
Tints of Lilac #C196CA
RGB
CMYK
RGB Variations
Color information
#C196CA (or 0xC196CA) is known color: Lilac. HEX triplet: C1, 96 and CA. RGB value is (193,150,202). Sum of RGB (Red+Green+Blue) = 193+150+202=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C196CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196CA is #3E6935. Grayscale: #A8A8A8. Windows color (decimal): -4090166 or 13276865. OLE color: 13276865.
HSL color Cylindrical-coordinate representation of color #C196CA: hue angle of 289.62º 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 #C196CA is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 150 | 202 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.21 |
| HSL | 289.62º | 0.33% | 0.69% | - |
| HSV(B) | 289.62º | 0.26% | 0.79% | - |
| XYZ | 43.56 | 37.41 | 60.8 | - |
| YUV | 168.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 202 | 0.04 | 0.26 | 0 | 0.21 | 289.62 | 0.33 | 0.69 |
| Hex | C1 | 96 | CA | 4 | 1A | 0 | 15 | 122 | 21 | 45 |
| Octal | 301 | 226 | 312 | 4 | 32 | 0 | 25 | 442 | 41 | 105 |
| Binary | 11000001 | 10010110 | 11001010 | 100 | 11010 | 0 | 10101 | 100100010 | 100001 | 1000101 |
Color Harmonies of #C196CA
Complementary color
Monochromatic Colors of #C196CA
Black with #C196CA
Text Example
Text Example
White with #C196CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196CA; }
p { color: rgb(193,150,202); }
H1.HeaderClassName
{
color: #C196CA;
}
.AnyTagClassName
{
color: #C196CA;
}
</style>
background-color css
<style>
a { background-color: #C196CA; }
a { background-color: rgb(193,150,202); }
div.DivClassName
{
background-color: #C196CA;
}
.BgClassName
{
background-color: #C196CA;
}
</style>
border-color css
<style>
span { border-color: #C196CA; }
span { border-color: rgb(193,150,202); }
td.TdClassName
{
border-color: #C196CA;
}
.TagClassName
{
border-color: #C196CA;
}
</style>