#E77DCE

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

Shades of Orchid #E77DCE

Tints of Orchid #E77DCE

Color information

#E77DCE (or 0xE77DCE) is unknown color: approx Orchid. HEX triplet: E7, 7D and CE. RGB value is (231,125,206). Sum of RGB (Red+Green+Blue) = 231+125+206=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCE is #188231. Grayscale: #A5A5A5. Windows color (decimal): -1606194 or 13532647. OLE color: 13532647.

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

Color convert

RGB231125206-
CMYK00.460.110.09
HSL314.15º68.83%69.8%-
HSV(B)314.15º45.89%90.59%-
XYZ51.4336.1162.65-
YUV165.93150.62174.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=41.10%
G=22.24%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112520600.460.110.09314.1568.8369.8
HexE77DCE02EB913a4546
Octal3471753160561311472105106
Binary1110011111111011100111001011101011100110011101010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DCE; }

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

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

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

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

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

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

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

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