#E774DF

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

Shades of Orchid #E774DF

Tints of Orchid #E774DF

Color information

#E774DF (or 0xE774DF) is unknown color: approx Orchid. HEX triplet: E7, 74 and DF. RGB value is (231,116,223). Sum of RGB (Red+Green+Blue) = 231+116+223=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DF is #188B20. Grayscale: #A2A2A2. Windows color (decimal): -1608481 or 14644455. OLE color: 14644455.

HSL color Cylindrical-coordinate representation of color #E774DF: hue angle of 304.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774DF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231116223-
CMYK00.500.030.09
HSL304.17º70.55%68.04%-
HSV(B)304.17º49.78%90.59%-
XYZ52.5234.8173.76-
YUV162.58162.1176.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 116 (45.70% from 255) = 20.35%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=40.53%
G=20.35%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111622300.500.030.09304.1770.5568.04
HexE774DF032391304744
Octal347164337062311460107104
Binary11100111111010011011111011001011100110011000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774DF; }

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

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

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

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

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

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

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

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