#E77CCE

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

Shades of Orchid #E77CCE

Tints of Orchid #E77CCE

Color information

#E77CCE (or 0xE77CCE) is unknown color: approx Orchid. HEX triplet: E7, 7C and CE. RGB value is (231,124,206). Sum of RGB (Red+Green+Blue) = 231+124+206=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCE is #188331. Grayscale: #A5A5A5. Windows color (decimal): -1606450 or 13532391. OLE color: 13532391.

HSL color Cylindrical-coordinate representation of color #E77CCE: hue angle of 314.02º 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 #E77CCE is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231124206-
CMYK00.460.110.09
HSL314.02º69.03%69.61%-
HSV(B)314.02º46.32%90.59%-
XYZ51.335.8662.61-
YUV165.34150.95174.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=41.18%
G=22.10%
B=36.72%

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
Decimal23112420600.460.110.09314.0269.0369.61
HexE77CCE02EB913a4546
Octal3471743160561311472105106
Binary1110011111111001100111001011101011100110011101010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CCE; }

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

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

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

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

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

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

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

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