Shades of Lilac #C597C6
Tints of Lilac #C597C6
RGB
CMYK
RGB Variations
Color information
#C597C6 (or 0xC597C6) is known color: Lilac. HEX triplet: C5, 97 and C6. RGB value is (197,151,198). Sum of RGB (Red+Green+Blue) = 197+151+198=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #C597C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597C6 is #3A6839. Grayscale: #A9A9A9. Windows color (decimal): -3827770 or 13014981. OLE color: 13014981.
HSL color Cylindrical-coordinate representation of color #C597C6: hue angle of 298.72º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C597C6 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 151 | 198 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.22 |
| HSL | 298.72º | 0.29% | 0.68% | - |
| HSV(B) | 298.72º | 0.24% | 0.78% | - |
| XYZ | 44.29 | 38.08 | 58.44 | - |
| YUV | 170.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 198 | 0.01 | 0.24 | 0 | 0.22 | 298.72 | 0.29 | 0.68 |
| Hex | C5 | 97 | C6 | 1 | 18 | 0 | 16 | 12B | 1D | 44 |
| Octal | 305 | 227 | 306 | 1 | 30 | 0 | 26 | 453 | 35 | 104 |
| Binary | 11000101 | 10010111 | 11000110 | 1 | 11000 | 0 | 10110 | 100101011 | 11101 | 1000100 |
Color Harmonies of #C597C6
Complementary color
Monochromatic Colors of #C597C6
Black with #C597C6
Text Example
Text Example
White with #C597C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597C6; }
p { color: rgb(197,151,198); }
H1.HeaderClassName
{
color: #C597C6;
}
.AnyTagClassName
{
color: #C597C6;
}
</style>
background-color css
<style>
a { background-color: #C597C6; }
a { background-color: rgb(197,151,198); }
div.DivClassName
{
background-color: #C597C6;
}
.BgClassName
{
background-color: #C597C6;
}
</style>
border-color css
<style>
span { border-color: #C597C6; }
span { border-color: rgb(197,151,198); }
td.TdClassName
{
border-color: #C597C6;
}
.TagClassName
{
border-color: #C597C6;
}
</style>