Shades of Lilac #C597CB
Tints of Lilac #C597CB
RGB
CMYK
RGB Variations
Color information
#C597CB (or 0xC597CB) is known color: Lilac. HEX triplet: C5, 97 and CB. RGB value is (197,151,203). Sum of RGB (Red+Green+Blue) = 197+151+203=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C597CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C597CB is #3A6834. Grayscale: #AAAAAA. Windows color (decimal): -3827765 or 13342661. OLE color: 13342661.
HSL color Cylindrical-coordinate representation of color #C597CB: hue angle of 293.08º degrees, saturation: 0.33, 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 #C597CB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 151 | 203 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.20 |
| HSL | 293.08º | 0.33% | 0.69% | - |
| HSV(B) | 293.08º | 0.26% | 0.8% | - |
| XYZ | 44.87 | 38.32 | 61.53 | - |
| YUV | 170.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 203 | 0.03 | 0.26 | 0 | 0.20 | 293.08 | 0.33 | 0.69 |
| Hex | C5 | 97 | CB | 3 | 1A | 0 | 14 | 125 | 21 | 45 |
| Octal | 305 | 227 | 313 | 3 | 32 | 0 | 24 | 445 | 41 | 105 |
| Binary | 11000101 | 10010111 | 11001011 | 11 | 11010 | 0 | 10100 | 100100101 | 100001 | 1000101 |
Color Harmonies of #C597CB
Complementary color
Monochromatic Colors of #C597CB
Black with #C597CB
Text Example
Text Example
White with #C597CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C597CB; }
p { color: rgb(197,151,203); }
H1.HeaderClassName
{
color: #C597CB;
}
.AnyTagClassName
{
color: #C597CB;
}
</style>
background-color css
<style>
a { background-color: #C597CB; }
a { background-color: rgb(197,151,203); }
div.DivClassName
{
background-color: #C597CB;
}
.BgClassName
{
background-color: #C597CB;
}
</style>
border-color css
<style>
span { border-color: #C597CB; }
span { border-color: rgb(197,151,203); }
td.TdClassName
{
border-color: #C597CB;
}
.TagClassName
{
border-color: #C597CB;
}
</style>