#E77DD1

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

Shades of Orchid #E77DD1

Tints of Orchid #E77DD1

Color information

#E77DD1 (or 0xE77DD1) is unknown color: approx Orchid. HEX triplet: E7, 7D and D1. RGB value is (231,125,209). Sum of RGB (Red+Green+Blue) = 231+125+209=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DD1 is #18822E. Grayscale: #A6A6A6. Windows color (decimal): -1606191 or 13729255. OLE color: 13729255.

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

Color convert

RGB231125209-
CMYK00.460.100.09
HSL312.45º68.83%69.8%-
HSV(B)312.45º45.89%90.59%-
XYZ51.836.2664.59-
YUV166.27152.12174.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=40.88%
G=22.12%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112520900.460.100.09312.4568.8369.8
HexE77DD102EA91384546
Octal3471753210561211470105106
Binary1110011111111011101000101011101010100110011100010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DD1; }

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

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

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

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

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

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

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

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