Shades of Lily #C97FB1
Tints of Lily #C97FB1
RGB
CMYK
RGB Variations
Color information
#C97FB1 (or 0xC97FB1) is known color: Lily. HEX triplet: C9, 7F and B1. RGB value is (201,127,177). Sum of RGB (Red+Green+Blue) = 201+127+177=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97FB1 is #36804E. Grayscale: #9A9A9A. Windows color (decimal): -3571791 or 11632585. OLE color: 11632585.
HSL color Cylindrical-coordinate representation of color #C97FB1: hue angle of 319.46º 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 #C97FB1 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 177 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.21 |
| HSL | 319.46º | 0.41% | 0.64% | - |
| HSV(B) | 319.46º | 0.37% | 0.79% | - |
| XYZ | 39.61 | 30.77 | 45.45 | - |
| YUV | 154.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 177 | 0 | 0.37 | 0.12 | 0.21 | 319.46 | 0.41 | 0.64 |
| Hex | C9 | 7F | B1 | 0 | 25 | C | 15 | 13F | 29 | 40 |
| Octal | 311 | 177 | 261 | 0 | 45 | 14 | 25 | 477 | 51 | 100 |
| Binary | 11001001 | 1111111 | 10110001 | 0 | 100101 | 1100 | 10101 | 100111111 | 101001 | 1000000 |
Color Harmonies of #C97FB1
Complementary color
Monochromatic Colors of #C97FB1
Black with #C97FB1
Text Example
Text Example
White with #C97FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97FB1; }
p { color: rgb(201,127,177); }
H1.HeaderClassName
{
color: #C97FB1;
}
.AnyTagClassName
{
color: #C97FB1;
}
</style>
background-color css
<style>
a { background-color: #C97FB1; }
a { background-color: rgb(201,127,177); }
div.DivClassName
{
background-color: #C97FB1;
}
.BgClassName
{
background-color: #C97FB1;
}
</style>
border-color css
<style>
span { border-color: #C97FB1; }
span { border-color: rgb(201,127,177); }
td.TdClassName
{
border-color: #C97FB1;
}
.TagClassName
{
border-color: #C97FB1;
}
</style>