#E386D4

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

Shades of Orchid #E386D4

Tints of Orchid #E386D4

Color information

#E386D4 (or 0xE386D4) is unknown color: approx Orchid. HEX triplet: E3, 86 and D4. RGB value is (227,134,212). Sum of RGB (Red+Green+Blue) = 227+134+212=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E386D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386D4 is #1C792B. Grayscale: #AAAAAA. Windows color (decimal): -1866028 or 13928163. OLE color: 13928163.

HSL color Cylindrical-coordinate representation of color #E386D4: hue angle of 309.68º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E386D4 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227134212-
CMYK00.410.070.11
HSL309.68º62.42%70.78%-
HSV(B)309.68º40.97%89.02%-
XYZ52.0938.1366.9-
YUV170.7151.31168.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.62%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=39.62%
G=23.39%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713421200.410.070.11309.6862.4270.78
HexE386D40297B1363e47
Octal34320632405171346676107
Binary111000111000011011010100010100111110111001101101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E386D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E386D4; }

 p { color: rgb(227,134,212); }

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

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

 a { background-color: rgb(227,134,212); }

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

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

 span { border-color: rgb(227,134,212); }

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