Shades of Lilac #C597CC
Tints of Lilac #C597CC
RGB
CMYK
RGB Variations
Color information
#C597CC (or 0xC597CC) is known color: Lilac. HEX triplet: C5, 97 and CC. RGB value is (197,151,204). Sum of RGB (Red+Green+Blue) = 197+151+204=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #C597CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597CC is #3A6833. Grayscale: #AAAAAA. Windows color (decimal): -3827764 or 13408197. OLE color: 13408197.
HSL color Cylindrical-coordinate representation of color #C597CC: hue angle of 292.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C597CC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 151 | 204 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.2 |
| HSL | 292.08º | 0.34% | 0.7% | - |
| HSV(B) | 292.08º | 0.26% | 0.8% | - |
| XYZ | 44.99 | 38.36 | 62.16 | - |
| YUV | 170.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 204 | 0.03 | 0.26 | 0 | 0.2 | 292.08 | 0.34 | 0.7 |
| Hex | C5 | 97 | CC | 3 | 1A | 0 | 14 | 124 | 22 | 46 |
| Octal | 305 | 227 | 314 | 3 | 32 | 0 | 24 | 444 | 42 | 106 |
| Binary | 11000101 | 10010111 | 11001100 | 11 | 11010 | 0 | 10100 | 100100100 | 100010 | 1000110 |
Color Harmonies of #C597CC
Complementary color
Monochromatic Colors of #C597CC
Black with #C597CC
Text Example
Text Example
White with #C597CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597CC; }
p { color: rgb(197,151,204); }
H1.HeaderClassName
{
color: #C597CC;
}
.AnyTagClassName
{
color: #C597CC;
}
</style>
background-color css
<style>
a { background-color: #C597CC; }
a { background-color: rgb(197,151,204); }
div.DivClassName
{
background-color: #C597CC;
}
.BgClassName
{
background-color: #C597CC;
}
</style>
border-color css
<style>
span { border-color: #C597CC; }
span { border-color: rgb(197,151,204); }
td.TdClassName
{
border-color: #C597CC;
}
.TagClassName
{
border-color: #C597CC;
}
</style>