#E87DD2

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

Shades of Orchid #E87DD2

Tints of Orchid #E87DD2

Color information

#E87DD2 (or 0xE87DD2) is unknown color: approx Orchid. HEX triplet: E8, 7D and D2. RGB value is (232,125,210). Sum of RGB (Red+Green+Blue) = 232+125+210=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DD2 is #17822D. Grayscale: #A6A6A6. Windows color (decimal): -1540654 or 13794792. OLE color: 13794792.

HSL color Cylindrical-coordinate representation of color #E87DD2: hue angle of 312.34º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DD2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB232125210-
CMYK00.460.090.09
HSL312.34º69.93%70%-
HSV(B)312.34º46.12%90.98%-
XYZ52.2536.4865.26-
YUV166.68152.45174.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.92%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=40.92%
G=22.05%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212521000.460.090.09312.3469.9370
HexE87DD202E991384646
Octal3501753220561111470106106
Binary1110100011111011101001001011101001100110011100010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DD2; }

 p { color: rgb(232,125,210); }

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

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

 a { background-color: rgb(232,125,210); }

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

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

 span { border-color: rgb(232,125,210); }

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