Shades of Lilac #C596BD
Tints of Lilac #C596BD
RGB
CMYK
RGB Variations
Color information
#C596BD (or 0xC596BD) is known color: Lilac. HEX triplet: C5, 96 and BD. RGB value is (197,150,189). Sum of RGB (Red+Green+Blue) = 197+150+189=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C596BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596BD is #3A6942. Grayscale: #A8A8A8. Windows color (decimal): -3828035 or 12424901. OLE color: 12424901.
HSL color Cylindrical-coordinate representation of color #C596BD: hue angle of 310.21º 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 #C596BD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 189 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.23 |
| HSL | 310.21º | 0.29% | 0.68% | - |
| HSV(B) | 310.21º | 0.24% | 0.77% | - |
| XYZ | 43.12 | 37.36 | 53.08 | - |
| YUV | 168.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 189 | 0 | 0.24 | 0.04 | 0.23 | 310.21 | 0.29 | 0.68 |
| Hex | C5 | 96 | BD | 0 | 18 | 4 | 17 | 136 | 1D | 44 |
| Octal | 305 | 226 | 275 | 0 | 30 | 4 | 27 | 466 | 35 | 104 |
| Binary | 11000101 | 10010110 | 10111101 | 0 | 11000 | 100 | 10111 | 100110110 | 11101 | 1000100 |
Color Harmonies of #C596BD
Complementary color
Monochromatic Colors of #C596BD
Black with #C596BD
Text Example
Text Example
White with #C596BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C596BD; }
p { color: rgb(197,150,189); }
H1.HeaderClassName
{
color: #C596BD;
}
.AnyTagClassName
{
color: #C596BD;
}
</style>
background-color css
<style>
a { background-color: #C596BD; }
a { background-color: rgb(197,150,189); }
div.DivClassName
{
background-color: #C596BD;
}
.BgClassName
{
background-color: #C596BD;
}
</style>
border-color css
<style>
span { border-color: #C596BD; }
span { border-color: rgb(197,150,189); }
td.TdClassName
{
border-color: #C596BD;
}
.TagClassName
{
border-color: #C596BD;
}
</style>