#E776DF

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

Shades of Orchid #E776DF

Tints of Orchid #E776DF

Color information

#E776DF (or 0xE776DF) is unknown color: approx Orchid. HEX triplet: E7, 76 and DF. RGB value is (231,118,223). Sum of RGB (Red+Green+Blue) = 231+118+223=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DF is #188920. Grayscale: #A3A3A3. Windows color (decimal): -1607969 or 14644967. OLE color: 14644967.

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

Color convert

RGB231118223-
CMYK00.490.030.09
HSL304.25º70.19%68.43%-
HSV(B)304.25º48.92%90.59%-
XYZ52.7535.2773.84-
YUV163.76161.44175.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 118 (46.48% from 255) = 20.63%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=40.38%
G=20.63%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111822300.490.030.09304.2570.1968.43
HexE776DF031391304644
Octal347166337061311460106104
Binary11100111111011011011111011000111100110011000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776DF; }

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

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

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

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

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

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

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

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