Shades of Orchid #E87CCD
Tints of Orchid #E87CCD
RGB
CMYK
RGB Variations
Color information
#E87CCD (or 0xE87CCD) is known color: Orchid. HEX triplet: E8, 7C and CD. RGB value is (232,124,205). Sum of RGB (Red+Green+Blue) = 232+124+205=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CCD is #178332. Grayscale: #A5A5A5. Windows color (decimal): -1540915 or 13466856. OLE color: 13466856.
HSL color Cylindrical-coordinate representation of color #E87CCD: hue angle of 315º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87CCD is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 205 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.09 |
| HSL | 315º | 0.7% | 0.7% | - |
| HSV(B) | 315º | 0.47% | 0.91% | - |
| XYZ | 51.51 | 35.98 | 61.99 | - |
| YUV | 165.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 205 | 0 | 0.47 | 0.12 | 0.09 | 315 | 0.7 | 0.7 |
| Hex | E8 | 7C | CD | 0 | 2F | C | 9 | 13B | 46 | 46 |
| Octal | 350 | 174 | 315 | 0 | 57 | 14 | 11 | 473 | 106 | 106 |
| Binary | 11101000 | 1111100 | 11001101 | 0 | 101111 | 1100 | 1001 | 100111011 | 1000110 | 1000110 |
Color Harmonies of #E87CCD
Complementary color
Monochromatic Colors of #E87CCD
Black with #E87CCD
Text Example
Text Example
White with #E87CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87CCD; }
p { color: rgb(232,124,205); }
H1.HeaderClassName
{
color: #E87CCD;
}
.AnyTagClassName
{
color: #E87CCD;
}
</style>
background-color css
<style>
a { background-color: #E87CCD; }
a { background-color: rgb(232,124,205); }
div.DivClassName
{
background-color: #E87CCD;
}
.BgClassName
{
background-color: #E87CCD;
}
</style>
border-color css
<style>
span { border-color: #E87CCD; }
span { border-color: rgb(232,124,205); }
td.TdClassName
{
border-color: #E87CCD;
}
.TagClassName
{
border-color: #E87CCD;
}
</style>