Shades of Lily #C98DBC
Tints of Lily #C98DBC
RGB
CMYK
RGB Variations
Color information
#C98DBC (or 0xC98DBC) is known color: Lily. HEX triplet: C9, 8D and BC. RGB value is (201,141,188). Sum of RGB (Red+Green+Blue) = 201+141+188=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBC is #367243. Grayscale: #A4A4A4. Windows color (decimal): -3568196 or 12357065. OLE color: 12357065.
HSL color Cylindrical-coordinate representation of color #C98DBC: hue angle of 313º 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 #C98DBC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 188 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.21 |
| HSL | 313º | 0.36% | 0.67% | - |
| HSV(B) | 313º | 0.3% | 0.79% | - |
| XYZ | 42.69 | 35.1 | 52.1 | - |
| YUV | 164.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 188 | 0 | 0.30 | 0.06 | 0.21 | 313 | 0.36 | 0.67 |
| Hex | C9 | 8D | BC | 0 | 1E | 6 | 15 | 139 | 24 | 43 |
| Octal | 311 | 215 | 274 | 0 | 36 | 6 | 25 | 471 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10111100 | 0 | 11110 | 110 | 10101 | 100111001 | 100100 | 1000011 |
Color Harmonies of #C98DBC
Complementary color
Monochromatic Colors of #C98DBC
Black with #C98DBC
Text Example
Text Example
White with #C98DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DBC; }
p { color: rgb(201,141,188); }
H1.HeaderClassName
{
color: #C98DBC;
}
.AnyTagClassName
{
color: #C98DBC;
}
</style>
background-color css
<style>
a { background-color: #C98DBC; }
a { background-color: rgb(201,141,188); }
div.DivClassName
{
background-color: #C98DBC;
}
.BgClassName
{
background-color: #C98DBC;
}
</style>
border-color css
<style>
span { border-color: #C98DBC; }
span { border-color: rgb(201,141,188); }
td.TdClassName
{
border-color: #C98DBC;
}
.TagClassName
{
border-color: #C98DBC;
}
</style>