#E776D5

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

Shades of Orchid #E776D5

Tints of Orchid #E776D5

Color information

#E776D5 (or 0xE776D5) is unknown color: approx Orchid. HEX triplet: E7, 76 and D5. RGB value is (231,118,213). Sum of RGB (Red+Green+Blue) = 231+118+213=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E776D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776D5 is #18892A. Grayscale: #A2A2A2. Windows color (decimal): -1607979 or 13989607. OLE color: 13989607.

HSL color Cylindrical-coordinate representation of color #E776D5: hue angle of 309.56º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776D5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231118213-
CMYK00.490.080.09
HSL309.56º70.19%68.43%-
HSV(B)309.56º48.92%90.59%-
XYZ51.4434.7566.95-
YUV162.62156.44176.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 118 (46.48% from 255) = 21.00%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=41.10%
G=21.00%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111821300.490.080.09309.5670.1968.43
HexE776D5031891364644
Octal3471663250611011466106104
Binary1110011111101101101010101100011000100110011011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776D5; }

 p { color: rgb(231,118,213); }

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

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

 a { background-color: rgb(231,118,213); }

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

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

 span { border-color: rgb(231,118,213); }

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