#E077E6

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

Shades of Orchid #E077E6

Tints of Orchid #E077E6

Color information

#E077E6 (or 0xE077E6) is unknown color: approx Orchid. HEX triplet: E0, 77 and E6. RGB value is (224,119,230). Sum of RGB (Red+Green+Blue) = 224+119+230=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #E077E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E077E6 is #1F8819. Grayscale: #A2A2A2. Windows color (decimal): -2066458 or 15103968. OLE color: 15103968.

HSL color Cylindrical-coordinate representation of color #E077E6: hue angle of 296.76º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E077E6 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224119230-
CMYK0.030.4800.10
HSL296.76º68.94%68.43%-
HSV(B)296.76º48.26%90.2%-
XYZ51.6234.7578.85-
YUV163.05165.79171.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.09%
GREEN value IS 119 (46.88% from 255) = 20.77%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=39.09%
G=20.77%
B=40.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241192300.030.4800.10296.7668.9468.43
HexE077E63300A1294544
Octal340167346360012451105104
Binary11100000111011111100110111100000101010010100110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077E6; }

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

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

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

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

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

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

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

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