Shades of Lily #C97FAF
Tints of Lily #C97FAF
RGB
CMYK
RGB Variations
Color information
#C97FAF (or 0xC97FAF) is known color: Lily. HEX triplet: C9, 7F and AF. RGB value is (201,127,175). Sum of RGB (Red+Green+Blue) = 201+127+175=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97FAF is #368050. Grayscale: #9A9A9A. Windows color (decimal): -3571793 or 11501513. OLE color: 11501513.
HSL color Cylindrical-coordinate representation of color #C97FAF: hue angle of 321.08º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FAF is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 175 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.21 |
| HSL | 321.08º | 0.41% | 0.64% | - |
| HSV(B) | 321.08º | 0.37% | 0.79% | - |
| XYZ | 39.41 | 30.69 | 44.4 | - |
| YUV | 154.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 175 | 0 | 0.37 | 0.13 | 0.21 | 321.08 | 0.41 | 0.64 |
| Hex | C9 | 7F | AF | 0 | 25 | D | 15 | 141 | 29 | 40 |
| Octal | 311 | 177 | 257 | 0 | 45 | 15 | 25 | 501 | 51 | 100 |
| Binary | 11001001 | 1111111 | 10101111 | 0 | 100101 | 1101 | 10101 | 101000001 | 101001 | 1000000 |
Color Harmonies of #C97FAF
Complementary color
Monochromatic Colors of #C97FAF
Black with #C97FAF
Text Example
Text Example
White with #C97FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FAF; }
p { color: rgb(201,127,175); }
H1.HeaderClassName
{
color: #C97FAF;
}
.AnyTagClassName
{
color: #C97FAF;
}
</style>
background-color css
<style>
a { background-color: #C97FAF; }
a { background-color: rgb(201,127,175); }
div.DivClassName
{
background-color: #C97FAF;
}
.BgClassName
{
background-color: #C97FAF;
}
</style>
border-color css
<style>
span { border-color: #C97FAF; }
span { border-color: rgb(201,127,175); }
td.TdClassName
{
border-color: #C97FAF;
}
.TagClassName
{
border-color: #C97FAF;
}
</style>