#E385D4

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

Shades of Orchid #E385D4

Tints of Orchid #E385D4

Color information

#E385D4 (or 0xE385D4) is unknown color: approx Orchid. HEX triplet: E3, 85 and D4. RGB value is (227,133,212). Sum of RGB (Red+Green+Blue) = 227+133+212=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E385D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385D4 is #1C7A2B. Grayscale: #A9A9A9. Windows color (decimal): -1866284 or 13927907. OLE color: 13927907.

HSL color Cylindrical-coordinate representation of color #E385D4: hue angle of 309.57º degrees, saturation: 0.63, 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 #E385D4 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB227133212-
CMYK00.410.070.11
HSL309.57º62.67%70.59%-
HSV(B)309.57º41.41%89.02%-
XYZ51.9537.8666.86-
YUV170.11151.64168.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 212 (83.20% from 255) = 37.06%
R=39.69%
G=23.25%
B=37.06%

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
Decimal22713321200.410.070.11309.5762.6770.59
HexE385D40297B1363f47
Octal34320532405171346677107
Binary111000111000010111010100010100111110111001101101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385D4; }

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

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

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

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

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

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

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

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