Shades of Lily #C497B4
Tints of Lily #C497B4
RGB
CMYK
RGB Variations
Color information
#C497B4 (or 0xC497B4) is known color: Lily. HEX triplet: C4, 97 and B4. RGB value is (196,151,180). Sum of RGB (Red+Green+Blue) = 196+151+180=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C497B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C497B4 is #3B684B. Grayscale: #A7A7A7. Windows color (decimal): -3893324 or 11835332. OLE color: 11835332.
HSL color Cylindrical-coordinate representation of color #C497B4: hue angle of 321.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C497B4 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 180 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.23 |
| HSL | 321.33º | 0.28% | 0.68% | - |
| HSV(B) | 321.33º | 0.23% | 0.77% | - |
| XYZ | 42.07 | 37.16 | 48.14 | - |
| YUV | 167.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 180 | 0 | 0.23 | 0.08 | 0.23 | 321.33 | 0.28 | 0.68 |
| Hex | C4 | 97 | B4 | 0 | 17 | 8 | 17 | 141 | 1C | 44 |
| Octal | 304 | 227 | 264 | 0 | 27 | 10 | 27 | 501 | 34 | 104 |
| Binary | 11000100 | 10010111 | 10110100 | 0 | 10111 | 1000 | 10111 | 101000001 | 11100 | 1000100 |
Color Harmonies of #C497B4
Complementary color
Monochromatic Colors of #C497B4
Black with #C497B4
Text Example
Text Example
White with #C497B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C497B4; }
p { color: rgb(196,151,180); }
H1.HeaderClassName
{
color: #C497B4;
}
.AnyTagClassName
{
color: #C497B4;
}
</style>
background-color css
<style>
a { background-color: #C497B4; }
a { background-color: rgb(196,151,180); }
div.DivClassName
{
background-color: #C497B4;
}
.BgClassName
{
background-color: #C497B4;
}
</style>
border-color css
<style>
span { border-color: #C497B4; }
span { border-color: rgb(196,151,180); }
td.TdClassName
{
border-color: #C497B4;
}
.TagClassName
{
border-color: #C497B4;
}
</style>