#E47DD5

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

Shades of Orchid #E47DD5

Tints of Orchid #E47DD5

Color information

#E47DD5 (or 0xE47DD5) is unknown color: approx Orchid. HEX triplet: E4, 7D and D5. RGB value is (228,125,213). Sum of RGB (Red+Green+Blue) = 228+125+213=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DD5 is #1B822A. Grayscale: #A5A5A5. Windows color (decimal): -1802795 or 13991396. OLE color: 13991396.

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

Color convert

RGB228125213-
CMYK00.450.070.11
HSL308.74º65.61%69.22%-
HSV(B)308.74º45.18%89.41%-
XYZ51.3435.9767.19-
YUV165.83154.62172.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=40.28%
G=22.08%
B=37.63%

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
Decimal22812521300.450.070.11308.7465.6169.22
HexE47DD502D7B1354245
Octal344175325055713465102105
Binary111001001111101110101010101101111101110011010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DD5; }

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

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

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

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

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

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

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

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