Shades of Lily #C87EB2
Tints of Lily #C87EB2
RGB
CMYK
RGB Variations
Color information
#C87EB2 (or 0xC87EB2) is known color: Lily. HEX triplet: C8, 7E and B2. RGB value is (200,126,178). Sum of RGB (Red+Green+Blue) = 200+126+178=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EB2 is #37814D. Grayscale: #999999. Windows color (decimal): -3637582 or 11697864. OLE color: 11697864.
HSL color Cylindrical-coordinate representation of color #C87EB2: hue angle of 317.84º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EB2 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 178 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.22 |
| HSL | 317.84º | 0.4% | 0.64% | - |
| HSV(B) | 317.84º | 0.37% | 0.78% | - |
| XYZ | 39.32 | 30.42 | 45.92 | - |
| YUV | 154.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 178 | 0 | 0.37 | 0.11 | 0.22 | 317.84 | 0.4 | 0.64 |
| Hex | C8 | 7E | B2 | 0 | 25 | B | 16 | 13E | 28 | 40 |
| Octal | 310 | 176 | 262 | 0 | 45 | 13 | 26 | 476 | 50 | 100 |
| Binary | 11001000 | 1111110 | 10110010 | 0 | 100101 | 1011 | 10110 | 100111110 | 101000 | 1000000 |
Color Harmonies of #C87EB2
Complementary color
Monochromatic Colors of #C87EB2
Black with #C87EB2
Text Example
Text Example
White with #C87EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EB2; }
p { color: rgb(200,126,178); }
H1.HeaderClassName
{
color: #C87EB2;
}
.AnyTagClassName
{
color: #C87EB2;
}
</style>
background-color css
<style>
a { background-color: #C87EB2; }
a { background-color: rgb(200,126,178); }
div.DivClassName
{
background-color: #C87EB2;
}
.BgClassName
{
background-color: #C87EB2;
}
</style>
border-color css
<style>
span { border-color: #C87EB2; }
span { border-color: rgb(200,126,178); }
td.TdClassName
{
border-color: #C87EB2;
}
.TagClassName
{
border-color: #C87EB2;
}
</style>