Shades of Lily #C98DBB
Tints of Lily #C98DBB
RGB
CMYK
RGB Variations
Color information
#C98DBB (or 0xC98DBB) is known color: Lily. HEX triplet: C9, 8D and BB. RGB value is (201,141,187). Sum of RGB (Red+Green+Blue) = 201+141+187=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBB is #367244. Grayscale: #A4A4A4. Windows color (decimal): -3568197 or 12291529. OLE color: 12291529.
HSL color Cylindrical-coordinate representation of color #C98DBB: hue angle of 314º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98DBB is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 187 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.21 |
| HSL | 314º | 0.36% | 0.67% | - |
| HSV(B) | 314º | 0.3% | 0.79% | - |
| XYZ | 42.58 | 35.06 | 51.54 | - |
| YUV | 164.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 187 | 0 | 0.30 | 0.07 | 0.21 | 314 | 0.36 | 0.67 |
| Hex | C9 | 8D | BB | 0 | 1E | 7 | 15 | 13A | 24 | 43 |
| Octal | 311 | 215 | 273 | 0 | 36 | 7 | 25 | 472 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10111011 | 0 | 11110 | 111 | 10101 | 100111010 | 100100 | 1000011 |
Color Harmonies of #C98DBB
Complementary color
Monochromatic Colors of #C98DBB
Black with #C98DBB
Text Example
Text Example
White with #C98DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DBB; }
p { color: rgb(201,141,187); }
H1.HeaderClassName
{
color: #C98DBB;
}
.AnyTagClassName
{
color: #C98DBB;
}
</style>
background-color css
<style>
a { background-color: #C98DBB; }
a { background-color: rgb(201,141,187); }
div.DivClassName
{
background-color: #C98DBB;
}
.BgClassName
{
background-color: #C98DBB;
}
</style>
border-color css
<style>
span { border-color: #C98DBB; }
span { border-color: rgb(201,141,187); }
td.TdClassName
{
border-color: #C98DBB;
}
.TagClassName
{
border-color: #C98DBB;
}
</style>