#E479D9

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

Shades of Orchid #E479D9

Tints of Orchid #E479D9

Color information

#E479D9 (or 0xE479D9) is unknown color: approx Orchid. HEX triplet: E4, 79 and D9. RGB value is (228,121,217). Sum of RGB (Red+Green+Blue) = 228+121+217=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E479D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479D9 is #1B8626. Grayscale: #A3A3A3. Windows color (decimal): -1803815 or 14252516. OLE color: 14252516.

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

Color convert

RGB228121217-
CMYK00.470.050.11
HSL306.17º66.46%68.43%-
HSV(B)306.17º46.93%89.41%-
XYZ51.3635.1869.73-
YUV163.94157.95173.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.28%
GREEN value IS 121 (47.66% from 255) = 21.38%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=40.28%
G=21.38%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812121700.470.050.11306.1766.4668.43
HexE479D902F5B1324244
Octal344171331057513462102104
Binary111001001111001110110010101111101101110011001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479D9; }

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

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

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

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

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

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

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

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