Shades of Lily #C88DBB
Tints of Lily #C88DBB
RGB
CMYK
RGB Variations
Color information
#C88DBB (or 0xC88DBB) is known color: Lily. HEX triplet: C8, 8D and BB. RGB value is (200,141,187). Sum of RGB (Red+Green+Blue) = 200+141+187=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DBB is #377244. Grayscale: #A3A3A3. Windows color (decimal): -3633733 or 12291528. OLE color: 12291528.
HSL color Cylindrical-coordinate representation of color #C88DBB: hue angle of 313.22º 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 #C88DBB is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 187 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.22 |
| HSL | 313.22º | 0.35% | 0.67% | - |
| HSV(B) | 313.22º | 0.3% | 0.78% | - |
| XYZ | 42.31 | 34.92 | 51.52 | - |
| YUV | 163.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 187 | 0 | 0.29 | 0.06 | 0.22 | 313.22 | 0.35 | 0.67 |
| Hex | C8 | 8D | BB | 0 | 1D | 6 | 16 | 139 | 23 | 43 |
| Octal | 310 | 215 | 273 | 0 | 35 | 6 | 26 | 471 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10111011 | 0 | 11101 | 110 | 10110 | 100111001 | 100011 | 1000011 |
Color Harmonies of #C88DBB
Complementary color
Monochromatic Colors of #C88DBB
Black with #C88DBB
Text Example
Text Example
White with #C88DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DBB; }
p { color: rgb(200,141,187); }
H1.HeaderClassName
{
color: #C88DBB;
}
.AnyTagClassName
{
color: #C88DBB;
}
</style>
background-color css
<style>
a { background-color: #C88DBB; }
a { background-color: rgb(200,141,187); }
div.DivClassName
{
background-color: #C88DBB;
}
.BgClassName
{
background-color: #C88DBB;
}
</style>
border-color css
<style>
span { border-color: #C88DBB; }
span { border-color: rgb(200,141,187); }
td.TdClassName
{
border-color: #C88DBB;
}
.TagClassName
{
border-color: #C88DBB;
}
</style>