#e478df

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

Shades of Orchid #E478DF

Tints of Orchid #E478DF

Color information

#E478DF (or 0xE478DF) is unknown color: approx Orchid. HEX triplet: E4, 78 and DF. RGB value is (228,120,223). Sum of RGB (Red+Green+Blue) = 228+120+223=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DF is #1B8720. Grayscale: #A3A3A3. Windows color (decimal): -1804065 or 14645476. OLE color: 14645476.

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

Color convert

RGB228120223-
CMYK00.470.020.11
HSL302.78º66.67%68.24%-
HSV(B)302.78º47.37%89.41%-
XYZ52.0335.2573.87-
YUV164.03161.28173.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.93%
GREEN value IS 120 (47.27% from 255) = 21.02%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=39.93%
G=21.02%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812022300.470.020.11302.7866.6768.24
HexE478DF02F2B12f4344
Octal344170337057213457103104
Binary11100100111100011011111010111110101110010111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e478df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e478df; }

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

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

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

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

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

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

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

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