#E385D1

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

Shades of Orchid #E385D1

Tints of Orchid #E385D1

Color information

#E385D1 (or 0xE385D1) is unknown color: approx Orchid. HEX triplet: E3, 85 and D1. RGB value is (227,133,209). Sum of RGB (Red+Green+Blue) = 227+133+209=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E385D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385D1 is #1C7A2E. Grayscale: #A9A9A9. Windows color (decimal): -1866287 or 13731299. OLE color: 13731299.

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

Color convert

RGB227133209-
CMYK00.410.080.11
HSL311.49º62.67%70.59%-
HSV(B)311.49º41.41%89.02%-
XYZ51.5737.7164.88-
YUV169.77150.14168.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=39.89%
G=23.37%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713320900.410.080.11311.4962.6770.59
HexE385D10298B1373f47
Octal343205321051101346777107
Binary1110001110000101110100010101001100010111001101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E385D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E385D1; }

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

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

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

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

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

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

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

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