Shades of Lily #C88DB1
Tints of Lily #C88DB1
RGB
CMYK
RGB Variations
Color information
#C88DB1 (or 0xC88DB1) is known color: Lily. HEX triplet: C8, 8D and B1. RGB value is (200,141,177). Sum of RGB (Red+Green+Blue) = 200+141+177=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DB1 is #37724E. Grayscale: #A2A2A2. Windows color (decimal): -3633743 or 11636168. OLE color: 11636168.
HSL color Cylindrical-coordinate representation of color #C88DB1: hue angle of 323.39º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DB1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 177 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.22 |
| HSL | 323.39º | 0.35% | 0.67% | - |
| HSV(B) | 323.39º | 0.3% | 0.78% | - |
| XYZ | 41.28 | 34.5 | 46.08 | - |
| YUV | 162.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 177 | 0 | 0.29 | 0.12 | 0.22 | 323.39 | 0.35 | 0.67 |
| Hex | C8 | 8D | B1 | 0 | 1D | C | 16 | 143 | 23 | 43 |
| Octal | 310 | 215 | 261 | 0 | 35 | 14 | 26 | 503 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10110001 | 0 | 11101 | 1100 | 10110 | 101000011 | 100011 | 1000011 |
Color Harmonies of #C88DB1
Complementary color
Monochromatic Colors of #C88DB1
Black with #C88DB1
Text Example
Text Example
White with #C88DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DB1; }
p { color: rgb(200,141,177); }
H1.HeaderClassName
{
color: #C88DB1;
}
.AnyTagClassName
{
color: #C88DB1;
}
</style>
background-color css
<style>
a { background-color: #C88DB1; }
a { background-color: rgb(200,141,177); }
div.DivClassName
{
background-color: #C88DB1;
}
.BgClassName
{
background-color: #C88DB1;
}
</style>
border-color css
<style>
span { border-color: #C88DB1; }
span { border-color: rgb(200,141,177); }
td.TdClassName
{
border-color: #C88DB1;
}
.TagClassName
{
border-color: #C88DB1;
}
</style>