#E87BD1

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

Shades of Orchid #E87BD1

Tints of Orchid #E87BD1

Color information

#E87BD1 (or 0xE87BD1) is unknown color: approx Orchid. HEX triplet: E8, 7B and D1. RGB value is (232,123,209). Sum of RGB (Red+Green+Blue) = 232+123+209=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E87BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87BD1 is #17842E. Grayscale: #A5A5A5. Windows color (decimal): -1541167 or 13728744. OLE color: 13728744.

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

Color convert

RGB232123209-
CMYK00.470.100.09
HSL312.66º70.32%69.61%-
HSV(B)312.66º46.98%90.98%-
XYZ51.8735.9364.52-
YUV165.4152.61175.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 123 (48.44% from 255) = 21.81%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=41.13%
G=21.81%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212320900.470.100.09312.6670.3269.61
HexE87BD102FA91394646
Octal3501733210571211471106106
Binary1110100011110111101000101011111010100110011100110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87BD1; }

 p { color: rgb(232,123,209); }

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

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

 a { background-color: rgb(232,123,209); }

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

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

 span { border-color: rgb(232,123,209); }

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