#E87FD4

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

Shades of Orchid #E87FD4

Tints of Orchid #E87FD4

Color information

#E87FD4 (or 0xE87FD4) is unknown color: approx Orchid. HEX triplet: E8, 7F and D4. RGB value is (232,127,212). Sum of RGB (Red+Green+Blue) = 232+127+212=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87FD4 is #17802B. Grayscale: #A7A7A7. Windows color (decimal): -1540140 or 13926376. OLE color: 13926376.

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

Color convert

RGB232127212-
CMYK00.450.090.09
HSL311.43º69.54%70.39%-
HSV(B)311.43º45.26%90.98%-
XYZ52.7537.0966.67-
YUV168.08152.79173.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.63%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=40.63%
G=22.24%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212721200.450.090.09311.4369.5470.39
HexE87FD402D991374646
Octal3501773240551111467106106
Binary1110100011111111101010001011011001100110011011110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87FD4; }

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

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

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

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

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

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

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

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