Shades of Lily #C997BD
Tints of Lily #C997BD
RGB
CMYK
RGB Variations
Color information
#C997BD (or 0xC997BD) is known color: Lily. HEX triplet: C9, 97 and BD. RGB value is (201,151,189). Sum of RGB (Red+Green+Blue) = 201+151+189=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C997BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997BD is #366842. Grayscale: #AAAAAA. Windows color (decimal): -3565635 or 12425161. OLE color: 12425161.
HSL color Cylindrical-coordinate representation of color #C997BD: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C997BD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 189 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.21 |
| HSL | 314.4º | 0.32% | 0.69% | - |
| HSV(B) | 314.4º | 0.25% | 0.79% | - |
| XYZ | 44.34 | 38.22 | 53.19 | - |
| YUV | 170.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 189 | 0 | 0.25 | 0.06 | 0.21 | 314.4 | 0.32 | 0.69 |
| Hex | C9 | 97 | BD | 0 | 19 | 6 | 15 | 13A | 20 | 45 |
| Octal | 311 | 227 | 275 | 0 | 31 | 6 | 25 | 472 | 40 | 105 |
| Binary | 11001001 | 10010111 | 10111101 | 0 | 11001 | 110 | 10101 | 100111010 | 100000 | 1000101 |
Color Harmonies of #C997BD
Complementary color
Monochromatic Colors of #C997BD
Black with #C997BD
Text Example
Text Example
White with #C997BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997BD; }
p { color: rgb(201,151,189); }
H1.HeaderClassName
{
color: #C997BD;
}
.AnyTagClassName
{
color: #C997BD;
}
</style>
background-color css
<style>
a { background-color: #C997BD; }
a { background-color: rgb(201,151,189); }
div.DivClassName
{
background-color: #C997BD;
}
.BgClassName
{
background-color: #C997BD;
}
</style>
border-color css
<style>
span { border-color: #C997BD; }
span { border-color: rgb(201,151,189); }
td.TdClassName
{
border-color: #C997BD;
}
.TagClassName
{
border-color: #C997BD;
}
</style>