Shades of Lily #C98DBD
Tints of Lily #C98DBD
RGB
CMYK
RGB Variations
Color information
#C98DBD (or 0xC98DBD) is known color: Lily. HEX triplet: C9, 8D and BD. RGB value is (201,141,189). Sum of RGB (Red+Green+Blue) = 201+141+189=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBD is #367242. Grayscale: #A4A4A4. Windows color (decimal): -3568195 or 12422601. OLE color: 12422601.
HSL color Cylindrical-coordinate representation of color #C98DBD: hue angle of 312º 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 #C98DBD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 189 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.21 |
| HSL | 312º | 0.36% | 0.67% | - |
| HSV(B) | 312º | 0.3% | 0.79% | - |
| XYZ | 42.8 | 35.14 | 52.67 | - |
| YUV | 164.41 | 141.88 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 189 | 0 | 0.30 | 0.06 | 0.21 | 312 | 0.36 | 0.67 |
| Hex | C9 | 8D | BD | 0 | 1E | 6 | 15 | 138 | 24 | 43 |
| Octal | 311 | 215 | 275 | 0 | 36 | 6 | 25 | 470 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10111101 | 0 | 11110 | 110 | 10101 | 100111000 | 100100 | 1000011 |
Color Harmonies of #C98DBD
Complementary color
Monochromatic Colors of #C98DBD
Black with #C98DBD
Text Example
Text Example
White with #C98DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DBD; }
p { color: rgb(201,141,189); }
H1.HeaderClassName
{
color: #C98DBD;
}
.AnyTagClassName
{
color: #C98DBD;
}
</style>
background-color css
<style>
a { background-color: #C98DBD; }
a { background-color: rgb(201,141,189); }
div.DivClassName
{
background-color: #C98DBD;
}
.BgClassName
{
background-color: #C98DBD;
}
</style>
border-color css
<style>
span { border-color: #C98DBD; }
span { border-color: rgb(201,141,189); }
td.TdClassName
{
border-color: #C98DBD;
}
.TagClassName
{
border-color: #C98DBD;
}
</style>