Shades of Lilac #C196CC
Tints of Lilac #C196CC
RGB
CMYK
RGB Variations
Color information
#C196CC (or 0xC196CC) is known color: Lilac. HEX triplet: C1, 96 and CC. RGB value is (193,150,204). Sum of RGB (Red+Green+Blue) = 193+150+204=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C196CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196CC is #3E6933. Grayscale: #A8A8A8. Windows color (decimal): -4090164 or 13407937. OLE color: 13407937.
HSL color Cylindrical-coordinate representation of color #C196CC: hue angle of 287.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C196CC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 150 | 204 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.2 |
| HSL | 287.78º | 0.35% | 0.69% | - |
| HSV(B) | 287.78º | 0.26% | 0.8% | - |
| XYZ | 43.8 | 37.51 | 62.06 | - |
| YUV | 169.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 204 | 0.05 | 0.26 | 0 | 0.2 | 287.78 | 0.35 | 0.69 |
| Hex | C1 | 96 | CC | 5 | 1A | 0 | 14 | 120 | 23 | 45 |
| Octal | 301 | 226 | 314 | 5 | 32 | 0 | 24 | 440 | 43 | 105 |
| Binary | 11000001 | 10010110 | 11001100 | 101 | 11010 | 0 | 10100 | 100100000 | 100011 | 1000101 |
Color Harmonies of #C196CC
Complementary color
Monochromatic Colors of #C196CC
Black with #C196CC
Text Example
Text Example
White with #C196CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C196CC; }
p { color: rgb(193,150,204); }
H1.HeaderClassName
{
color: #C196CC;
}
.AnyTagClassName
{
color: #C196CC;
}
</style>
background-color css
<style>
a { background-color: #C196CC; }
a { background-color: rgb(193,150,204); }
div.DivClassName
{
background-color: #C196CC;
}
.BgClassName
{
background-color: #C196CC;
}
</style>
border-color css
<style>
span { border-color: #C196CC; }
span { border-color: rgb(193,150,204); }
td.TdClassName
{
border-color: #C196CC;
}
.TagClassName
{
border-color: #C196CC;
}
</style>