#E776D4

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

Shades of Orchid #E776D4

Tints of Orchid #E776D4

Color information

#E776D4 (or 0xE776D4) is unknown color: approx Orchid. HEX triplet: E7, 76 and D4. RGB value is (231,118,212). Sum of RGB (Red+Green+Blue) = 231+118+212=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E776D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776D4 is #18892B. Grayscale: #A2A2A2. Windows color (decimal): -1607980 or 13924071. OLE color: 13924071.

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

Color convert

RGB231118212-
CMYK00.490.080.09
HSL310.09º70.19%68.43%-
HSV(B)310.09º48.92%90.59%-
XYZ51.3234.766.28-
YUV162.5155.94176.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 118 (46.48% from 255) = 21.03%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=41.18%
G=21.03%
B=37.79%

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
Decimal23111821200.490.080.09310.0970.1968.43
HexE776D4031891364644
Octal3471663240611011466106104
Binary1110011111101101101010001100011000100110011011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776D4; }

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

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

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

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

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

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

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

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