Shades of Lily #C88DBC
Tints of Lily #C88DBC
RGB
CMYK
RGB Variations
Color information
#C88DBC (or 0xC88DBC) is known color: Lily. HEX triplet: C8, 8D and BC. RGB value is (200,141,188). Sum of RGB (Red+Green+Blue) = 200+141+188=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DBC is #377243. Grayscale: #A3A3A3. Windows color (decimal): -3633732 or 12357064. OLE color: 12357064.
HSL color Cylindrical-coordinate representation of color #C88DBC: hue angle of 312.2º 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 #C88DBC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 188 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.22 |
| HSL | 312.2º | 0.35% | 0.67% | - |
| HSV(B) | 312.2º | 0.3% | 0.78% | - |
| XYZ | 42.42 | 34.96 | 52.09 | - |
| YUV | 164 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 188 | 0 | 0.29 | 0.06 | 0.22 | 312.2 | 0.35 | 0.67 |
| Hex | C8 | 8D | BC | 0 | 1D | 6 | 16 | 138 | 23 | 43 |
| Octal | 310 | 215 | 274 | 0 | 35 | 6 | 26 | 470 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10111100 | 0 | 11101 | 110 | 10110 | 100111000 | 100011 | 1000011 |
Color Harmonies of #C88DBC
Complementary color
Monochromatic Colors of #C88DBC
Black with #C88DBC
Text Example
Text Example
White with #C88DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DBC; }
p { color: rgb(200,141,188); }
H1.HeaderClassName
{
color: #C88DBC;
}
.AnyTagClassName
{
color: #C88DBC;
}
</style>
background-color css
<style>
a { background-color: #C88DBC; }
a { background-color: rgb(200,141,188); }
div.DivClassName
{
background-color: #C88DBC;
}
.BgClassName
{
background-color: #C88DBC;
}
</style>
border-color css
<style>
span { border-color: #C88DBC; }
span { border-color: rgb(200,141,188); }
td.TdClassName
{
border-color: #C88DBC;
}
.TagClassName
{
border-color: #C88DBC;
}
</style>