#E775DA

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

Shades of Orchid #E775DA

Tints of Orchid #E775DA

Color information

#E775DA (or 0xE775DA) is unknown color: approx Orchid. HEX triplet: E7, 75 and DA. RGB value is (231,117,218). Sum of RGB (Red+Green+Blue) = 231+117+218=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E775DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775DA is #188A25. Grayscale: #A2A2A2. Windows color (decimal): -1608230 or 14317031. OLE color: 14317031.

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

Color convert

RGB231117218-
CMYK00.490.060.09
HSL306.84º70.37%68.24%-
HSV(B)306.84º49.35%90.59%-
XYZ51.9734.7770.3-
YUV162.6159.27176.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 117 (46.09% from 255) = 20.67%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=40.81%
G=20.67%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111721800.490.060.09306.8470.3768.24
HexE775DA031691334644
Octal347165332061611463106104
Binary111001111110101110110100110001110100110011001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775DA; }

 p { color: rgb(231,117,218); }

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

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

 a { background-color: rgb(231,117,218); }

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

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

 span { border-color: rgb(231,117,218); }

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