Shades of Lily #C97DB7
Tints of Lily #C97DB7
RGB
CMYK
RGB Variations
Color information
#C97DB7 (or 0xC97DB7) is known color: Lily. HEX triplet: C9, 7D and B7. RGB value is (201,125,183). Sum of RGB (Red+Green+Blue) = 201+125+183=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DB7 is #368248. Grayscale: #9A9A9A. Windows color (decimal): -3572297 or 12025289. OLE color: 12025289.
HSL color Cylindrical-coordinate representation of color #C97DB7: hue angle of 314.21º degrees, saturation: 0.41, 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 #C97DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 183 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.21 |
| HSL | 314.21º | 0.41% | 0.64% | - |
| HSV(B) | 314.21º | 0.38% | 0.79% | - |
| XYZ | 39.97 | 30.5 | 48.58 | - |
| YUV | 154.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 183 | 0 | 0.38 | 0.09 | 0.21 | 314.21 | 0.41 | 0.64 |
| Hex | C9 | 7D | B7 | 0 | 26 | 9 | 15 | 13A | 29 | 40 |
| Octal | 311 | 175 | 267 | 0 | 46 | 11 | 25 | 472 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10110111 | 0 | 100110 | 1001 | 10101 | 100111010 | 101001 | 1000000 |
Color Harmonies of #C97DB7
Complementary color
Monochromatic Colors of #C97DB7
Black with #C97DB7
Text Example
Text Example
White with #C97DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DB7; }
p { color: rgb(201,125,183); }
H1.HeaderClassName
{
color: #C97DB7;
}
.AnyTagClassName
{
color: #C97DB7;
}
</style>
background-color css
<style>
a { background-color: #C97DB7; }
a { background-color: rgb(201,125,183); }
div.DivClassName
{
background-color: #C97DB7;
}
.BgClassName
{
background-color: #C97DB7;
}
</style>
border-color css
<style>
span { border-color: #C97DB7; }
span { border-color: rgb(201,125,183); }
td.TdClassName
{
border-color: #C97DB7;
}
.TagClassName
{
border-color: #C97DB7;
}
</style>