#E478DB

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

Shades of Orchid #E478DB

Tints of Orchid #E478DB

Color information

#E478DB (or 0xE478DB) is unknown color: approx Orchid. HEX triplet: E4, 78 and DB. RGB value is (228,120,219). Sum of RGB (Red+Green+Blue) = 228+120+219=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DB is #1B8724. Grayscale: #A3A3A3. Windows color (decimal): -1804069 or 14383332. OLE color: 14383332.

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

Color convert

RGB228120219-
CMYK00.470.040.11
HSL305º66.67%68.24%-
HSV(B)305º47.37%89.41%-
XYZ51.535.0471.07-
YUV163.58159.28173.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=40.21%
G=21.16%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812021900.470.040.1130566.6768.24
HexE478DB02F4B1314344
Octal344170333057413461103104
Binary111001001111000110110110101111100101110011000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E478DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E478DB; }

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

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

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

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

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

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

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

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