Shades of Lily #C88BB5
Tints of Lily #C88BB5
RGB
CMYK
RGB Variations
Color information
#C88BB5 (or 0xC88BB5) is known color: Lily. HEX triplet: C8, 8B and B5. RGB value is (200,139,181). Sum of RGB (Red+Green+Blue) = 200+139+181=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BB5 is #37744A. Grayscale: #A1A1A1. Windows color (decimal): -3634251 or 11897800. OLE color: 11897800.
HSL color Cylindrical-coordinate representation of color #C88BB5: hue angle of 318.69º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BB5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 181 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.22 |
| HSL | 318.69º | 0.36% | 0.66% | - |
| HSV(B) | 318.69º | 0.31% | 0.78% | - |
| XYZ | 41.39 | 34.08 | 48.11 | - |
| YUV | 162.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 181 | 0 | 0.30 | 0.09 | 0.22 | 318.69 | 0.36 | 0.66 |
| Hex | C8 | 8B | B5 | 0 | 1E | 9 | 16 | 13F | 24 | 42 |
| Octal | 310 | 213 | 265 | 0 | 36 | 11 | 26 | 477 | 44 | 102 |
| Binary | 11001000 | 10001011 | 10110101 | 0 | 11110 | 1001 | 10110 | 100111111 | 100100 | 1000010 |
Color Harmonies of #C88BB5
Complementary color
Monochromatic Colors of #C88BB5
Black with #C88BB5
Text Example
Text Example
White with #C88BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BB5; }
p { color: rgb(200,139,181); }
H1.HeaderClassName
{
color: #C88BB5;
}
.AnyTagClassName
{
color: #C88BB5;
}
</style>
background-color css
<style>
a { background-color: #C88BB5; }
a { background-color: rgb(200,139,181); }
div.DivClassName
{
background-color: #C88BB5;
}
.BgClassName
{
background-color: #C88BB5;
}
</style>
border-color css
<style>
span { border-color: #C88BB5; }
span { border-color: rgb(200,139,181); }
td.TdClassName
{
border-color: #C88BB5;
}
.TagClassName
{
border-color: #C88BB5;
}
</style>