#e676de

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

Shades of Orchid #E676DE

Tints of Orchid #E676DE

Color information

#E676DE (or 0xE676DE) is unknown color: approx Orchid. HEX triplet: E6, 76 and DE. RGB value is (230,118,222). Sum of RGB (Red+Green+Blue) = 230+118+222=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E676DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E676DE is #198921. Grayscale: #A3A3A3. Windows color (decimal): -1673506 or 14579430. OLE color: 14579430.

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

Color convert

RGB230118222-
CMYK00.490.030.10
HSL304.29º69.14%68.24%-
HSV(B)304.29º48.7%90.2%-
XYZ52.335.0573.12-
YUV163.34161.11175.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.35%
GREEN value IS 118 (46.48% from 255) = 20.70%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=40.35%
G=20.70%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011822200.490.030.10304.2969.1468.24
HexE676DE0313A1304544
Octal346166336061312460105104
Binary11100110111011011011110011000111101010011000010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e676de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e676de; }

 p { color: rgb(230,118,222); }

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

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

 a { background-color: rgb(230,118,222); }

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

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

 span { border-color: rgb(230,118,222); }

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