#E387D0

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

Shades of Orchid #E387D0

Tints of Orchid #E387D0

Color information

#E387D0 (or 0xE387D0) is unknown color: approx Orchid. HEX triplet: E3, 87 and D0. RGB value is (227,135,208). Sum of RGB (Red+Green+Blue) = 227+135+208=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E387D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387D0 is #1C782F. Grayscale: #AAAAAA. Windows color (decimal): -1865776 or 13666275. OLE color: 13666275.

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

Color convert

RGB227135208-
CMYK00.410.080.11
HSL312.39º62.16%70.98%-
HSV(B)312.39º40.53%89.02%-
XYZ51.7338.2164.32-
YUV170.83148.98168.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.82%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=39.82%
G=23.68%
B=36.49%

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
Decimal22713520800.410.080.11312.3962.1670.98
HexE387D00298B1383e47
Octal343207320051101347076107
Binary1110001110000111110100000101001100010111001110001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E387D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E387D0; }

 p { color: rgb(227,135,208); }

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

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

 a { background-color: rgb(227,135,208); }

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

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

 span { border-color: rgb(227,135,208); }

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