#E76DE5

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

Shades of Orchid #E76DE5

Tints of Orchid #E76DE5

Color information

#E76DE5 (or 0xE76DE5) is unknown color: approx Orchid. HEX triplet: E7, 6D and E5. RGB value is (231,109,229). Sum of RGB (Red+Green+Blue) = 231+109+229=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DE5 is #18921A. Grayscale: #9E9E9E. Windows color (decimal): -1610267 or 15035879. OLE color: 15035879.

HSL color Cylindrical-coordinate representation of color #E76DE5: hue angle of 300.98º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DE5 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231109229-
CMYK00.530.010.09
HSL300.98º71.76%66.67%-
HSV(B)300.98º52.81%90.59%-
XYZ52.5733.5877.84-
YUV159.16167.42179.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 109 (42.97% from 255) = 19.16%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=40.60%
G=19.16%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110922900.530.010.09300.9871.7666.67
HexE76DE50351912d4843
Octal347155345065111455110103
Binary1110011111011011110010101101011100110010110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DE5; }

 p { color: rgb(231,109,229); }

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

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

 a { background-color: rgb(231,109,229); }

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

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

 span { border-color: rgb(231,109,229); }

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