#E77DCD

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

Shades of Orchid #E77DCD

Tints of Orchid #E77DCD

Color information

#E77DCD (or 0xE77DCD) is unknown color: approx Orchid. HEX triplet: E7, 7D and CD. RGB value is (231,125,205). Sum of RGB (Red+Green+Blue) = 231+125+205=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCD is #188232. Grayscale: #A5A5A5. Windows color (decimal): -1606195 or 13467111. OLE color: 13467111.

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

Color convert

RGB231125205-
CMYK00.460.110.09
HSL314.72º68.83%69.8%-
HSV(B)314.72º45.89%90.59%-
XYZ51.3136.0662.01-
YUV165.81150.12174.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=41.18%
G=22.28%
B=36.54%

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
Decimal23112520500.460.110.09314.7268.8369.8
HexE77DCD02EB913b4546
Octal3471753150561311473105106
Binary1110011111111011100110101011101011100110011101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DCD; }

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

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

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

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

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

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

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

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