Shades of Lily #C88BBA
Tints of Lily #C88BBA
RGB
CMYK
RGB Variations
Color information
#C88BBA (or 0xC88BBA) is known color: Lily. HEX triplet: C8, 8B and BA. RGB value is (200,139,186). Sum of RGB (Red+Green+Blue) = 200+139+186=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BBA is #377445. Grayscale: #A2A2A2. Windows color (decimal): -3634246 or 12225480. OLE color: 12225480.
HSL color Cylindrical-coordinate representation of color #C88BBA: hue angle of 313.77º 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 #C88BBA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 186 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.22 |
| HSL | 313.77º | 0.36% | 0.66% | - |
| HSV(B) | 313.77º | 0.31% | 0.78% | - |
| XYZ | 41.91 | 34.29 | 50.86 | - |
| YUV | 162.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 186 | 0 | 0.30 | 0.07 | 0.22 | 313.77 | 0.36 | 0.66 |
| Hex | C8 | 8B | BA | 0 | 1E | 7 | 16 | 13A | 24 | 42 |
| Octal | 310 | 213 | 272 | 0 | 36 | 7 | 26 | 472 | 44 | 102 |
| Binary | 11001000 | 10001011 | 10111010 | 0 | 11110 | 111 | 10110 | 100111010 | 100100 | 1000010 |
Color Harmonies of #C88BBA
Complementary color
Monochromatic Colors of #C88BBA
Black with #C88BBA
Text Example
Text Example
White with #C88BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BBA; }
p { color: rgb(200,139,186); }
H1.HeaderClassName
{
color: #C88BBA;
}
.AnyTagClassName
{
color: #C88BBA;
}
</style>
background-color css
<style>
a { background-color: #C88BBA; }
a { background-color: rgb(200,139,186); }
div.DivClassName
{
background-color: #C88BBA;
}
.BgClassName
{
background-color: #C88BBA;
}
</style>
border-color css
<style>
span { border-color: #C88BBA; }
span { border-color: rgb(200,139,186); }
td.TdClassName
{
border-color: #C88BBA;
}
.TagClassName
{
border-color: #C88BBA;
}
</style>