Shades of Lily #C97DB2
Tints of Lily #C97DB2
RGB
CMYK
RGB Variations
Color information
#C97DB2 (or 0xC97DB2) is known color: Lily. HEX triplet: C9, 7D and B2. RGB value is (201,125,178). Sum of RGB (Red+Green+Blue) = 201+125+178=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97DB2 is #36824D. Grayscale: #999999. Windows color (decimal): -3572302 or 11697609. OLE color: 11697609.
HSL color Cylindrical-coordinate representation of color #C97DB2: hue angle of 318.16º 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 #C97DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 178 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.21 |
| HSL | 318.16º | 0.41% | 0.64% | - |
| HSV(B) | 318.16º | 0.38% | 0.79% | - |
| XYZ | 39.46 | 30.3 | 45.89 | - |
| YUV | 153.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 178 | 0 | 0.38 | 0.11 | 0.21 | 318.16 | 0.41 | 0.64 |
| Hex | C9 | 7D | B2 | 0 | 26 | B | 15 | 13E | 29 | 40 |
| Octal | 311 | 175 | 262 | 0 | 46 | 13 | 25 | 476 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10110010 | 0 | 100110 | 1011 | 10101 | 100111110 | 101001 | 1000000 |
Color Harmonies of #C97DB2
Complementary color
Monochromatic Colors of #C97DB2
Black with #C97DB2
Text Example
Text Example
White with #C97DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97DB2; }
p { color: rgb(201,125,178); }
H1.HeaderClassName
{
color: #C97DB2;
}
.AnyTagClassName
{
color: #C97DB2;
}
</style>
background-color css
<style>
a { background-color: #C97DB2; }
a { background-color: rgb(201,125,178); }
div.DivClassName
{
background-color: #C97DB2;
}
.BgClassName
{
background-color: #C97DB2;
}
</style>
border-color css
<style>
span { border-color: #C97DB2; }
span { border-color: rgb(201,125,178); }
td.TdClassName
{
border-color: #C97DB2;
}
.TagClassName
{
border-color: #C97DB2;
}
</style>