#E87CD9

Color #E87CD9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E87CD9

Tints of Orchid #E87CD9

Color information

#E87CD9 (or 0xE87CD9) is unknown color: approx Orchid. HEX triplet: E8, 7C and D9. RGB value is (232,124,217). Sum of RGB (Red+Green+Blue) = 232+124+217=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CD9 is #178326. Grayscale: #A6A6A6. Windows color (decimal): -1540903 or 14253288. OLE color: 14253288.

HSL color Cylindrical-coordinate representation of color #E87CD9: hue angle of 308.33º 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 #E87CD9 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232124217-
CMYK00.470.060.09
HSL308.33º70.13%69.8%-
HSV(B)308.33º46.55%90.98%-
XYZ53.0136.5869.91-
YUV166.89156.28174.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=40.49%
G=21.64%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212421700.470.060.09308.3370.1369.8
HexE87CD902F691344646
Octal350174331057611464106106
Binary111010001111100110110010101111110100110011010010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87CD9; }

 p { color: rgb(232,124,217); }

 H1.HeaderClassName
 {
   color: #E87CD9;
 }
 .AnyTagClassName
 {
   color: #E87CD9;
 }
</style>
background-color css

<style>
 a { background-color: #E87CD9; }

 a { background-color: rgb(232,124,217); }

 div.DivClassName
 {
   background-color: #E87CD9;
 }
 .BgClassName
 {
   background-color: #E87CD9;
 }
</style>
border-color css

<style>
 span { border-color: #E87CD9; }

 span { border-color: rgb(232,124,217); }

 td.TdClassName
 {
   border-color: #E87CD9;
 }
 .TagClassName
 {
   border-color: #E87CD9;
 }
</style>