#E477DA

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

Shades of Orchid #E477DA

Tints of Orchid #E477DA

Color information

#E477DA (or 0xE477DA) is unknown color: approx Orchid. HEX triplet: E4, 77 and DA. RGB value is (228,119,218). Sum of RGB (Red+Green+Blue) = 228+119+218=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E477DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477DA is #1B8825. Grayscale: #A2A2A2. Windows color (decimal): -1804326 or 14317540. OLE color: 14317540.

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

Color convert

RGB228119218-
CMYK00.480.040.11
HSL305.5º66.87%68.04%-
HSV(B)305.5º47.81%89.41%-
XYZ51.2534.7570.34-
YUV162.88159.11174.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 218 (85.55% from 255) = 38.58%
R=40.35%
G=21.06%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811921800.480.040.11305.566.8768.04
HexE477DA0304B1324344
Octal344167332060413462103104
Binary111001001110111110110100110000100101110011001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477DA; }

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

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

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

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

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

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

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

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