#E47DD3

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

Shades of Orchid #E47DD3

Tints of Orchid #E47DD3

Color information

#E47DD3 (or 0xE47DD3) is unknown color: approx Orchid. HEX triplet: E4, 7D and D3. RGB value is (228,125,211). Sum of RGB (Red+Green+Blue) = 228+125+211=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DD3 is #1B822C. Grayscale: #A5A5A5. Windows color (decimal): -1802797 or 13860324. OLE color: 13860324.

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

Color convert

RGB228125211-
CMYK00.450.070.11
HSL309.9º65.61%69.22%-
HSV(B)309.9º45.18%89.41%-
XYZ51.0935.8665.86-
YUV165.6153.62172.51-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 211 (82.81% from 255) = 37.41%
R=40.43%
G=22.16%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812521100.450.070.11309.965.6169.22
HexE47DD302D7B1364245
Octal344175323055713466102105
Binary111001001111101110100110101101111101110011011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DD3; }

 p { color: rgb(228,125,211); }

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

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

 a { background-color: rgb(228,125,211); }

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

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

 span { border-color: rgb(228,125,211); }

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