Shades of Lily #C99EB7
Tints of Lily #C99EB7
RGB
CMYK
RGB Variations
Color information
#C99EB7 (or 0xC99EB7) is known color: Lily. HEX triplet: C9, 9E and B7. RGB value is (201,158,183). Sum of RGB (Red+Green+Blue) = 201+158+183=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C99EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EB7 is #366148. Grayscale: #ADADAD. Windows color (decimal): -3563849 or 12033737. OLE color: 12033737.
HSL color Cylindrical-coordinate representation of color #C99EB7: hue angle of 325.12º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C99EB7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 183 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.21 |
| HSL | 325.12º | 0.28% | 0.7% | - |
| HSV(B) | 325.12º | 0.21% | 0.79% | - |
| XYZ | 44.86 | 40.29 | 50.21 | - |
| YUV | 173.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 183 | 0 | 0.21 | 0.09 | 0.21 | 325.12 | 0.28 | 0.7 |
| Hex | C9 | 9E | B7 | 0 | 15 | 9 | 15 | 145 | 1C | 46 |
| Octal | 311 | 236 | 267 | 0 | 25 | 11 | 25 | 505 | 34 | 106 |
| Binary | 11001001 | 10011110 | 10110111 | 0 | 10101 | 1001 | 10101 | 101000101 | 11100 | 1000110 |
Color Harmonies of #C99EB7
Complementary color
Monochromatic Colors of #C99EB7
Black with #C99EB7
Text Example
Text Example
White with #C99EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99EB7; }
p { color: rgb(201,158,183); }
H1.HeaderClassName
{
color: #C99EB7;
}
.AnyTagClassName
{
color: #C99EB7;
}
</style>
background-color css
<style>
a { background-color: #C99EB7; }
a { background-color: rgb(201,158,183); }
div.DivClassName
{
background-color: #C99EB7;
}
.BgClassName
{
background-color: #C99EB7;
}
</style>
border-color css
<style>
span { border-color: #C99EB7; }
span { border-color: rgb(201,158,183); }
td.TdClassName
{
border-color: #C99EB7;
}
.TagClassName
{
border-color: #C99EB7;
}
</style>