Shades of Lily #C97CAF
Tints of Lily #C97CAF
RGB
CMYK
RGB Variations
Color information
#C97CAF (or 0xC97CAF) is known color: Lily. HEX triplet: C9, 7C and AF. RGB value is (201,124,175). Sum of RGB (Red+Green+Blue) = 201+124+175=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97CAF is #368350. Grayscale: #989898. Windows color (decimal): -3572561 or 11500745. OLE color: 11500745.
HSL color Cylindrical-coordinate representation of color #C97CAF: hue angle of 320.26º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97CAF is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 124 | 175 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.21 |
| HSL | 320.26º | 0.42% | 0.64% | - |
| HSV(B) | 320.26º | 0.38% | 0.79% | - |
| XYZ | 39.03 | 29.93 | 44.28 | - |
| YUV | 152.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 124 | 175 | 0 | 0.38 | 0.13 | 0.21 | 320.26 | 0.42 | 0.64 |
| Hex | C9 | 7C | AF | 0 | 26 | D | 15 | 140 | 2A | 40 |
| Octal | 311 | 174 | 257 | 0 | 46 | 15 | 25 | 500 | 52 | 100 |
| Binary | 11001001 | 1111100 | 10101111 | 0 | 100110 | 1101 | 10101 | 101000000 | 101010 | 1000000 |
Color Harmonies of #C97CAF
Complementary color
Monochromatic Colors of #C97CAF
Black with #C97CAF
Text Example
Text Example
White with #C97CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97CAF; }
p { color: rgb(201,124,175); }
H1.HeaderClassName
{
color: #C97CAF;
}
.AnyTagClassName
{
color: #C97CAF;
}
</style>
background-color css
<style>
a { background-color: #C97CAF; }
a { background-color: rgb(201,124,175); }
div.DivClassName
{
background-color: #C97CAF;
}
.BgClassName
{
background-color: #C97CAF;
}
</style>
border-color css
<style>
span { border-color: #C97CAF; }
span { border-color: rgb(201,124,175); }
td.TdClassName
{
border-color: #C97CAF;
}
.TagClassName
{
border-color: #C97CAF;
}
</style>