#E477D9

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

Shades of Orchid #E477D9

Tints of Orchid #E477D9

Color information

#E477D9 (or 0xE477D9) is unknown color: approx Orchid. HEX triplet: E4, 77 and D9. RGB value is (228,119,217). Sum of RGB (Red+Green+Blue) = 228+119+217=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E477D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477D9 is #1B8826. Grayscale: #A2A2A2. Windows color (decimal): -1804327 or 14252004. OLE color: 14252004.

HSL color Cylindrical-coordinate representation of color #E477D9: hue angle of 306.06º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477D9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB228119217-
CMYK00.480.050.11
HSL306.06º66.87%68.04%-
HSV(B)306.06º47.81%89.41%-
XYZ51.1234.769.65-
YUV162.76158.61174.53-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 119 (46.88% from 255) = 21.10%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=40.43%
G=21.10%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811921700.480.050.11306.0666.8768.04
HexE477D90305B1324344
Octal344167331060513462103104
Binary111001001110111110110010110000101101110011001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477D9; }

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

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

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

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

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

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

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

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