Shades of Lilac #C497CB
Tints of Lilac #C497CB
RGB
CMYK
RGB Variations
Color information
#C497CB (or 0xC497CB) is known color: Lilac. HEX triplet: C4, 97 and CB. RGB value is (196,151,203). Sum of RGB (Red+Green+Blue) = 196+151+203=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #C497CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497CB is #3B6834. Grayscale: #AAAAAA. Windows color (decimal): -3893301 or 13342660. OLE color: 13342660.
HSL color Cylindrical-coordinate representation of color #C497CB: hue angle of 291.92º 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 #C497CB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 151 | 203 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.20 |
| HSL | 291.92º | 0.33% | 0.69% | - |
| HSV(B) | 291.92º | 0.26% | 0.8% | - |
| XYZ | 44.61 | 38.18 | 61.52 | - |
| YUV | 170.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 203 | 0.03 | 0.26 | 0 | 0.20 | 291.92 | 0.33 | 0.69 |
| Hex | C4 | 97 | CB | 3 | 1A | 0 | 14 | 124 | 21 | 45 |
| Octal | 304 | 227 | 313 | 3 | 32 | 0 | 24 | 444 | 41 | 105 |
| Binary | 11000100 | 10010111 | 11001011 | 11 | 11010 | 0 | 10100 | 100100100 | 100001 | 1000101 |
Color Harmonies of #C497CB
Complementary color
Monochromatic Colors of #C497CB
Black with #C497CB
Text Example
Text Example
White with #C497CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497CB; }
p { color: rgb(196,151,203); }
H1.HeaderClassName
{
color: #C497CB;
}
.AnyTagClassName
{
color: #C497CB;
}
</style>
background-color css
<style>
a { background-color: #C497CB; }
a { background-color: rgb(196,151,203); }
div.DivClassName
{
background-color: #C497CB;
}
.BgClassName
{
background-color: #C497CB;
}
</style>
border-color css
<style>
span { border-color: #C497CB; }
span { border-color: rgb(196,151,203); }
td.TdClassName
{
border-color: #C497CB;
}
.TagClassName
{
border-color: #C497CB;
}
</style>