#E776CE

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

Shades of Orchid #E776CE

Tints of Orchid #E776CE

Color information

#E776CE (or 0xE776CE) is unknown color: approx Orchid. HEX triplet: E7, 76 and CE. RGB value is (231,118,206). Sum of RGB (Red+Green+Blue) = 231+118+206=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E776CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776CE is #188931. Grayscale: #A1A1A1. Windows color (decimal): -1607986 or 13530855. OLE color: 13530855.

HSL color Cylindrical-coordinate representation of color #E776CE: hue angle of 313.27º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776CE is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231118206-
CMYK00.490.110.09
HSL313.27º70.19%68.43%-
HSV(B)313.27º48.92%90.59%-
XYZ50.5734.462.37-
YUV161.82152.94177.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=41.62%
G=21.26%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111820600.490.110.09313.2770.1968.43
HexE776CE031B91394644
Octal3471663160611311471106104
Binary1110011111101101100111001100011011100110011100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776CE; }

 p { color: rgb(231,118,206); }

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

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

 a { background-color: rgb(231,118,206); }

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

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

 span { border-color: rgb(231,118,206); }

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