Shades of Lily #C98DB3
Tints of Lily #C98DB3
RGB
CMYK
RGB Variations
Color information
#C98DB3 (or 0xC98DB3) is known color: Lily. HEX triplet: C9, 8D and B3. RGB value is (201,141,179). Sum of RGB (Red+Green+Blue) = 201+141+179=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DB3 is #36724C. Grayscale: #A3A3A3. Windows color (decimal): -3568205 or 11767241. OLE color: 11767241.
HSL color Cylindrical-coordinate representation of color #C98DB3: hue angle of 322º 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 #C98DB3 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 179 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.21 |
| HSL | 322º | 0.36% | 0.67% | - |
| HSV(B) | 322º | 0.3% | 0.79% | - |
| XYZ | 41.75 | 34.72 | 47.15 | - |
| YUV | 163.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 179 | 0 | 0.30 | 0.11 | 0.21 | 322 | 0.36 | 0.67 |
| Hex | C9 | 8D | B3 | 0 | 1E | B | 15 | 142 | 24 | 43 |
| Octal | 311 | 215 | 263 | 0 | 36 | 13 | 25 | 502 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10110011 | 0 | 11110 | 1011 | 10101 | 101000010 | 100100 | 1000011 |
Color Harmonies of #C98DB3
Complementary color
Monochromatic Colors of #C98DB3
Black with #C98DB3
Text Example
Text Example
White with #C98DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DB3; }
p { color: rgb(201,141,179); }
H1.HeaderClassName
{
color: #C98DB3;
}
.AnyTagClassName
{
color: #C98DB3;
}
</style>
background-color css
<style>
a { background-color: #C98DB3; }
a { background-color: rgb(201,141,179); }
div.DivClassName
{
background-color: #C98DB3;
}
.BgClassName
{
background-color: #C98DB3;
}
</style>
border-color css
<style>
span { border-color: #C98DB3; }
span { border-color: rgb(201,141,179); }
td.TdClassName
{
border-color: #C98DB3;
}
.TagClassName
{
border-color: #C98DB3;
}
</style>