Shades of Lily #C88BBC
Tints of Lily #C88BBC
RGB
CMYK
RGB Variations
Color information
#C88BBC (or 0xC88BBC) is known color: Lily. HEX triplet: C8, 8B and BC. RGB value is (200,139,188). Sum of RGB (Red+Green+Blue) = 200+139+188=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BBC is #377443. Grayscale: #A2A2A2. Windows color (decimal): -3634244 or 12356552. OLE color: 12356552.
HSL color Cylindrical-coordinate representation of color #C88BBC: hue angle of 311.8º 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 #C88BBC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 139 | 188 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.22 |
| HSL | 311.8º | 0.36% | 0.66% | - |
| HSV(B) | 311.8º | 0.31% | 0.78% | - |
| XYZ | 42.13 | 34.38 | 51.99 | - |
| YUV | 162.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 188 | 0 | 0.30 | 0.06 | 0.22 | 311.8 | 0.36 | 0.66 |
| Hex | C8 | 8B | BC | 0 | 1E | 6 | 16 | 138 | 24 | 42 |
| Octal | 310 | 213 | 274 | 0 | 36 | 6 | 26 | 470 | 44 | 102 |
| Binary | 11001000 | 10001011 | 10111100 | 0 | 11110 | 110 | 10110 | 100111000 | 100100 | 1000010 |
Color Harmonies of #C88BBC
Complementary color
Monochromatic Colors of #C88BBC
Black with #C88BBC
Text Example
Text Example
White with #C88BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BBC; }
p { color: rgb(200,139,188); }
H1.HeaderClassName
{
color: #C88BBC;
}
.AnyTagClassName
{
color: #C88BBC;
}
</style>
background-color css
<style>
a { background-color: #C88BBC; }
a { background-color: rgb(200,139,188); }
div.DivClassName
{
background-color: #C88BBC;
}
.BgClassName
{
background-color: #C88BBC;
}
</style>
border-color css
<style>
span { border-color: #C88BBC; }
span { border-color: rgb(200,139,188); }
td.TdClassName
{
border-color: #C88BBC;
}
.TagClassName
{
border-color: #C88BBC;
}
</style>