Shades of Lilac #C596C4
Tints of Lilac #C596C4
RGB
CMYK
RGB Variations
Color information
#C596C4 (or 0xC596C4) is known color: Lilac. HEX triplet: C5, 96 and C4. RGB value is (197,150,196). Sum of RGB (Red+Green+Blue) = 197+150+196=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C596C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596C4 is #3A693B. Grayscale: #A9A9A9. Windows color (decimal): -3828028 or 12883653. OLE color: 12883653.
HSL color Cylindrical-coordinate representation of color #C596C4: hue angle of 301.28º 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 #C596C4 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 196 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.23 |
| HSL | 301.28º | 0.29% | 0.68% | - |
| HSV(B) | 301.28º | 0.24% | 0.77% | - |
| XYZ | 43.9 | 37.67 | 57.18 | - |
| YUV | 169.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 196 | 0 | 0.24 | 0.01 | 0.23 | 301.28 | 0.29 | 0.68 |
| Hex | C5 | 96 | C4 | 0 | 18 | 1 | 17 | 12D | 1D | 44 |
| Octal | 305 | 226 | 304 | 0 | 30 | 1 | 27 | 455 | 35 | 104 |
| Binary | 11000101 | 10010110 | 11000100 | 0 | 11000 | 1 | 10111 | 100101101 | 11101 | 1000100 |
Color Harmonies of #C596C4
Complementary color
Monochromatic Colors of #C596C4
Black with #C596C4
Text Example
Text Example
White with #C596C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596C4; }
p { color: rgb(197,150,196); }
H1.HeaderClassName
{
color: #C596C4;
}
.AnyTagClassName
{
color: #C596C4;
}
</style>
background-color css
<style>
a { background-color: #C596C4; }
a { background-color: rgb(197,150,196); }
div.DivClassName
{
background-color: #C596C4;
}
.BgClassName
{
background-color: #C596C4;
}
</style>
border-color css
<style>
span { border-color: #C596C4; }
span { border-color: rgb(197,150,196); }
td.TdClassName
{
border-color: #C596C4;
}
.TagClassName
{
border-color: #C596C4;
}
</style>