#E677DF

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

Shades of Orchid #E677DF

Tints of Orchid #E677DF

Color information

#E677DF (or 0xE677DF) is unknown color: approx Orchid. HEX triplet: E6, 77 and DF. RGB value is (230,119,223). Sum of RGB (Red+Green+Blue) = 230+119+223=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E677DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E677DF is #198820. Grayscale: #A3A3A3. Windows color (decimal): -1673249 or 14645222. OLE color: 14645222.

HSL color Cylindrical-coordinate representation of color #E677DF: hue angle of 303.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E677DF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230119223-
CMYK00.480.030.10
HSL303.78º68.94%68.43%-
HSV(B)303.78º48.26%90.2%-
XYZ52.5535.3473.86-
YUV164.04161.27175.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.21%
GREEN value IS 119 (46.88% from 255) = 20.80%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=40.21%
G=20.80%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011922300.480.030.10303.7868.9468.43
HexE677DF0303A1304544
Octal346167337060312460105104
Binary11100110111011111011111011000011101010011000010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E677DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E677DF; }

 p { color: rgb(230,119,223); }

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

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

 a { background-color: rgb(230,119,223); }

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

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

 span { border-color: rgb(230,119,223); }

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