#E87DD4

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

Shades of Orchid #E87DD4

Tints of Orchid #E87DD4

Color information

#E87DD4 (or 0xE87DD4) is unknown color: approx Orchid. HEX triplet: E8, 7D and D4. RGB value is (232,125,212). Sum of RGB (Red+Green+Blue) = 232+125+212=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DD4 is #17822B. Grayscale: #A6A6A6. Windows color (decimal): -1540652 or 13925864. OLE color: 13925864.

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

Color convert

RGB232125212-
CMYK00.460.090.09
HSL311.21º69.93%70%-
HSV(B)311.21º46.12%90.98%-
XYZ52.536.5866.58-
YUV166.91153.45174.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.77%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 212 (83.20% from 255) = 37.26%
R=40.77%
G=21.97%
B=37.26%

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
Decimal23212521200.460.090.09311.2169.9370
HexE87DD402E991374646
Octal3501753240561111467106106
Binary1110100011111011101010001011101001100110011011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DD4; }

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

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

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

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

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

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

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

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