#E478DE

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

Shades of Orchid #E478DE

Tints of Orchid #E478DE

Color information

#E478DE (or 0xE478DE) is unknown color: approx Orchid. HEX triplet: E4, 78 and DE. RGB value is (228,120,222). Sum of RGB (Red+Green+Blue) = 228+120+222=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DE is #1B8721. Grayscale: #A3A3A3. Windows color (decimal): -1804066 or 14579940. OLE color: 14579940.

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

Color convert

RGB228120222-
CMYK00.470.030.11
HSL303.33º66.67%68.24%-
HSV(B)303.33º47.37%89.41%-
XYZ51.935.273.17-
YUV163.92160.78173.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 21.05%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=40%
G=21.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812022200.470.030.11303.3366.6768.24
HexE478DE02F3B12f4344
Octal344170336057313457103104
Binary11100100111100011011110010111111101110010111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E478DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E478DE; }

 p { color: rgb(228,120,222); }

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

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

 a { background-color: rgb(228,120,222); }

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

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

 span { border-color: rgb(228,120,222); }

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