Shades of Lily #C97AAF
Tints of Lily #C97AAF
RGB
CMYK
RGB Variations
Color information
#C97AAF (or 0xC97AAF) is known color: Lily. HEX triplet: C9, 7A and AF. RGB value is (201,122,175). Sum of RGB (Red+Green+Blue) = 201+122+175=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97AAF is #368550. Grayscale: #979797. Windows color (decimal): -3573073 or 11500233. OLE color: 11500233.
HSL color Cylindrical-coordinate representation of color #C97AAF: hue angle of 319.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97AAF is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 122 | 175 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.21 |
| HSL | 319.75º | 0.42% | 0.63% | - |
| HSV(B) | 319.75º | 0.39% | 0.79% | - |
| XYZ | 38.78 | 29.43 | 44.19 | - |
| YUV | 151.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 122 | 175 | 0 | 0.39 | 0.13 | 0.21 | 319.75 | 0.42 | 0.63 |
| Hex | C9 | 7A | AF | 0 | 27 | D | 15 | 140 | 2A | 3F |
| Octal | 311 | 172 | 257 | 0 | 47 | 15 | 25 | 500 | 52 | 77 |
| Binary | 11001001 | 1111010 | 10101111 | 0 | 100111 | 1101 | 10101 | 101000000 | 101010 | 111111 |
Color Harmonies of #C97AAF
Complementary color
Monochromatic Colors of #C97AAF
Black with #C97AAF
Text Example
Text Example
White with #C97AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97AAF; }
p { color: rgb(201,122,175); }
H1.HeaderClassName
{
color: #C97AAF;
}
.AnyTagClassName
{
color: #C97AAF;
}
</style>
background-color css
<style>
a { background-color: #C97AAF; }
a { background-color: rgb(201,122,175); }
div.DivClassName
{
background-color: #C97AAF;
}
.BgClassName
{
background-color: #C97AAF;
}
</style>
border-color css
<style>
span { border-color: #C97AAF; }
span { border-color: rgb(201,122,175); }
td.TdClassName
{
border-color: #C97AAF;
}
.TagClassName
{
border-color: #C97AAF;
}
</style>