#E479D4

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

Shades of Orchid #E479D4

Tints of Orchid #E479D4

Color information

#E479D4 (or 0xE479D4) is unknown color: approx Orchid. HEX triplet: E4, 79 and D4. RGB value is (228,121,212). Sum of RGB (Red+Green+Blue) = 228+121+212=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E479D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479D4 is #1B862B. Grayscale: #A3A3A3. Windows color (decimal): -1803820 or 13924836. OLE color: 13924836.

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

Color convert

RGB228121212-
CMYK00.470.070.11
HSL308.97º66.46%68.43%-
HSV(B)308.97º46.93%89.41%-
XYZ50.7234.9266.35-
YUV163.37155.45174.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.64%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=40.64%
G=21.57%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812121200.470.070.11308.9766.4668.43
HexE479D402F7B1354244
Octal344171324057713465102104
Binary111001001111001110101000101111111101110011010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E479D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E479D4; }

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

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

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

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

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

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

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

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