#E77DD6

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

Shades of Orchid #E77DD6

Tints of Orchid #E77DD6

Color information

#E77DD6 (or 0xE77DD6) is unknown color: approx Orchid. HEX triplet: E7, 7D and D6. RGB value is (231,125,214). Sum of RGB (Red+Green+Blue) = 231+125+214=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DD6 is #188229. Grayscale: #A6A6A6. Windows color (decimal): -1606186 or 14056935. OLE color: 14056935.

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

Color convert

RGB231125214-
CMYK00.460.070.09
HSL309.62º68.83%69.8%-
HSV(B)309.62º45.89%90.59%-
XYZ52.4336.5167.9-
YUV166.84154.62173.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 214 (83.98% from 255) = 37.54%
R=40.53%
G=21.93%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112521400.460.070.09309.6268.8369.8
HexE77DD602E791364546
Octal347175326056711466105106
Binary111001111111101110101100101110111100110011011010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DD6; }

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

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

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

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

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

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

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

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