#e077de

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

Shades of Orchid #E077DE

Tints of Orchid #E077DE

Color information

#E077DE (or 0xE077DE) is unknown color: approx Orchid. HEX triplet: E0, 77 and DE. RGB value is (224,119,222). Sum of RGB (Red+Green+Blue) = 224+119+222=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E077DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077DE is #1F8821. Grayscale: #A1A1A1. Windows color (decimal): -2066466 or 14579680. OLE color: 14579680.

HSL color Cylindrical-coordinate representation of color #E077DE: hue angle of 301.14º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077DE is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB224119222-
CMYK00.470.010.12
HSL301.14º62.87%67.25%-
HSV(B)301.14º46.88%87.84%-
XYZ50.5234.3173.07-
YUV162.14161.79172.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 119 (46.88% from 255) = 21.06%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=39.65%
G=21.06%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411922200.470.010.12301.1462.8767.25
HexE077DE02F1C12d3f43
Octal34016733605711445577103
Binary111000001110111110111100101111111001001011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e077de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e077de; }

 p { color: rgb(224,119,222); }

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

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

 a { background-color: rgb(224,119,222); }

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

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

 span { border-color: rgb(224,119,222); }

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