#E479DF

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

Shades of Orchid #E479DF

Tints of Orchid #E479DF

Color information

#E479DF (or 0xE479DF) is unknown color: approx Orchid. HEX triplet: E4, 79 and DF. RGB value is (228,121,223). Sum of RGB (Red+Green+Blue) = 228+121+223=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E479DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479DF is #1B8620. Grayscale: #A4A4A4. Windows color (decimal): -1803809 or 14645732. OLE color: 14645732.

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

Color convert

RGB228121223-
CMYK00.470.020.11
HSL302.8º66.46%68.43%-
HSV(B)302.8º46.93%89.41%-
XYZ52.1535.573.91-
YUV164.62160.95173.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 121 (47.66% from 255) = 21.15%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=39.86%
G=21.15%
B=38.99%

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
Decimal22812122300.470.020.11302.866.4668.43
HexE479DF02F2B12f4244
Octal344171337057213457102104
Binary11100100111100111011111010111110101110010111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479DF; }

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

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

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

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

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

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

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

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