#E47DD9

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

Shades of Orchid #E47DD9

Tints of Orchid #E47DD9

Color information

#E47DD9 (or 0xE47DD9) is unknown color: approx Orchid. HEX triplet: E4, 7D and D9. RGB value is (228,125,217). Sum of RGB (Red+Green+Blue) = 228+125+217=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DD9 is #1B8226. Grayscale: #A6A6A6. Windows color (decimal): -1802791 or 14253540. OLE color: 14253540.

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

Color convert

RGB228125217-
CMYK00.450.050.11
HSL306.41º65.61%69.22%-
HSV(B)306.41º45.18%89.41%-
XYZ51.8536.1769.89-
YUV166.28156.62172.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=40%
G=21.93%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812521700.450.050.11306.4165.6169.22
HexE47DD902D5B1324245
Octal344175331055513462102105
Binary111001001111101110110010101101101101110011001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47DD9; }

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

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

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

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

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

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

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

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