Shades of Lily #C98EBD
Tints of Lily #C98EBD
RGB
CMYK
RGB Variations
Color information
#C98EBD (or 0xC98EBD) is known color: Lily. HEX triplet: C9, 8E and BD. RGB value is (201,142,189). Sum of RGB (Red+Green+Blue) = 201+142+189=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EBD is #367142. Grayscale: #A4A4A4. Windows color (decimal): -3567939 or 12422857. OLE color: 12422857.
HSL color Cylindrical-coordinate representation of color #C98EBD: hue angle of 312.2º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98EBD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 142 | 189 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.21 |
| HSL | 312.2º | 0.35% | 0.67% | - |
| HSV(B) | 312.2º | 0.29% | 0.79% | - |
| XYZ | 42.95 | 35.44 | 52.72 | - |
| YUV | 165 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 142 | 189 | 0 | 0.29 | 0.06 | 0.21 | 312.2 | 0.35 | 0.67 |
| Hex | C9 | 8E | BD | 0 | 1D | 6 | 15 | 138 | 23 | 43 |
| Octal | 311 | 216 | 275 | 0 | 35 | 6 | 25 | 470 | 43 | 103 |
| Binary | 11001001 | 10001110 | 10111101 | 0 | 11101 | 110 | 10101 | 100111000 | 100011 | 1000011 |
Color Harmonies of #C98EBD
Complementary color
Monochromatic Colors of #C98EBD
Black with #C98EBD
Text Example
Text Example
White with #C98EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98EBD; }
p { color: rgb(201,142,189); }
H1.HeaderClassName
{
color: #C98EBD;
}
.AnyTagClassName
{
color: #C98EBD;
}
</style>
background-color css
<style>
a { background-color: #C98EBD; }
a { background-color: rgb(201,142,189); }
div.DivClassName
{
background-color: #C98EBD;
}
.BgClassName
{
background-color: #C98EBD;
}
</style>
border-color css
<style>
span { border-color: #C98EBD; }
span { border-color: rgb(201,142,189); }
td.TdClassName
{
border-color: #C98EBD;
}
.TagClassName
{
border-color: #C98EBD;
}
</style>