#e079df

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

Shades of Orchid #E079DF

Tints of Orchid #E079DF

Color information

#E079DF (or 0xE079DF) is unknown color: approx Orchid. HEX triplet: E0, 79 and DF. RGB value is (224,121,223). Sum of RGB (Red+Green+Blue) = 224+121+223=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E079DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079DF is #1F8620. Grayscale: #A3A3A3. Windows color (decimal): -2065953 or 14645728. OLE color: 14645728.

HSL color Cylindrical-coordinate representation of color #E079DF: hue angle of 300.58º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E079DF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB224121223-
CMYK00.460.000.12
HSL300.58º62.42%67.65%-
HSV(B)300.58º45.98%87.84%-
XYZ50.934.8573.86-
YUV163.42161.62171.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 121 (47.66% from 255) = 21.30%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=39.44%
G=21.30%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412122300.460.000.12300.5862.4267.65
HexE079DF02E0C12d3e44
Octal34017133705601445576104
Binary111000001111001110111110101110011001001011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e079df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e079df; }

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

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

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

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

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

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

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

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