Shades of Lily #C98DB4
Tints of Lily #C98DB4
RGB
CMYK
RGB Variations
Color information
#C98DB4 (or 0xC98DB4) is known color: Lily. HEX triplet: C9, 8D and B4. RGB value is (201,141,180). Sum of RGB (Red+Green+Blue) = 201+141+180=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DB4 is #36724B. Grayscale: #A3A3A3. Windows color (decimal): -3568204 or 11832777. OLE color: 11832777.
HSL color Cylindrical-coordinate representation of color #C98DB4: hue angle of 321º 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 #C98DB4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 180 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.21 |
| HSL | 321º | 0.36% | 0.67% | - |
| HSV(B) | 321º | 0.3% | 0.79% | - |
| XYZ | 41.85 | 34.76 | 47.68 | - |
| YUV | 163.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 180 | 0 | 0.30 | 0.10 | 0.21 | 321 | 0.36 | 0.67 |
| Hex | C9 | 8D | B4 | 0 | 1E | A | 15 | 141 | 24 | 43 |
| Octal | 311 | 215 | 264 | 0 | 36 | 12 | 25 | 501 | 44 | 103 |
| Binary | 11001001 | 10001101 | 10110100 | 0 | 11110 | 1010 | 10101 | 101000001 | 100100 | 1000011 |
Color Harmonies of #C98DB4
Complementary color
Monochromatic Colors of #C98DB4
Black with #C98DB4
Text Example
Text Example
White with #C98DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98DB4; }
p { color: rgb(201,141,180); }
H1.HeaderClassName
{
color: #C98DB4;
}
.AnyTagClassName
{
color: #C98DB4;
}
</style>
background-color css
<style>
a { background-color: #C98DB4; }
a { background-color: rgb(201,141,180); }
div.DivClassName
{
background-color: #C98DB4;
}
.BgClassName
{
background-color: #C98DB4;
}
</style>
border-color css
<style>
span { border-color: #C98DB4; }
span { border-color: rgb(201,141,180); }
td.TdClassName
{
border-color: #C98DB4;
}
.TagClassName
{
border-color: #C98DB4;
}
</style>