#E47DD4

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

Shades of Orchid #E47DD4

Tints of Orchid #E47DD4

Color information

#E47DD4 (or 0xE47DD4) is unknown color: approx Orchid. HEX triplet: E4, 7D and D4. RGB value is (228,125,212). Sum of RGB (Red+Green+Blue) = 228+125+212=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DD4 is #1B822B. Grayscale: #A5A5A5. Windows color (decimal): -1802796 or 13925860. OLE color: 13925860.

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

Color convert

RGB228125212-
CMYK00.450.070.11
HSL309.32º65.61%69.22%-
HSV(B)309.32º45.18%89.41%-
XYZ51.2135.9166.52-
YUV165.72154.12172.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=40.35%
G=22.12%
B=37.52%

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
Decimal22812521200.450.070.11309.3265.6169.22
HexE47DD402D7B1354245
Octal344175324055713465102105
Binary111001001111101110101000101101111101110011010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DD4; }

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

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

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

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

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

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

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

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