Shades of Lily #C97FAC
Tints of Lily #C97FAC
RGB
CMYK
RGB Variations
Color information
#C97FAC (or 0xC97FAC) is known color: Lily. HEX triplet: C9, 7F and AC. RGB value is (201,127,172). Sum of RGB (Red+Green+Blue) = 201+127+172=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97FAC is #368053. Grayscale: #9A9A9A. Windows color (decimal): -3571796 or 11304905. OLE color: 11304905.
HSL color Cylindrical-coordinate representation of color #C97FAC: hue angle of 323.51º 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 #C97FAC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 172 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.21 |
| HSL | 323.51º | 0.41% | 0.64% | - |
| HSV(B) | 323.51º | 0.37% | 0.79% | - |
| XYZ | 39.12 | 30.57 | 42.87 | - |
| YUV | 154.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 172 | 0 | 0.37 | 0.14 | 0.21 | 323.51 | 0.41 | 0.64 |
| Hex | C9 | 7F | AC | 0 | 25 | E | 15 | 144 | 29 | 40 |
| Octal | 311 | 177 | 254 | 0 | 45 | 16 | 25 | 504 | 51 | 100 |
| Binary | 11001001 | 1111111 | 10101100 | 0 | 100101 | 1110 | 10101 | 101000100 | 101001 | 1000000 |
Color Harmonies of #C97FAC
Complementary color
Monochromatic Colors of #C97FAC
Black with #C97FAC
Text Example
Text Example
White with #C97FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FAC; }
p { color: rgb(201,127,172); }
H1.HeaderClassName
{
color: #C97FAC;
}
.AnyTagClassName
{
color: #C97FAC;
}
</style>
background-color css
<style>
a { background-color: #C97FAC; }
a { background-color: rgb(201,127,172); }
div.DivClassName
{
background-color: #C97FAC;
}
.BgClassName
{
background-color: #C97FAC;
}
</style>
border-color css
<style>
span { border-color: #C97FAC; }
span { border-color: rgb(201,127,172); }
td.TdClassName
{
border-color: #C97FAC;
}
.TagClassName
{
border-color: #C97FAC;
}
</style>