#E876DA

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

Shades of Orchid #E876DA

Tints of Orchid #E876DA

Color information

#E876DA (or 0xE876DA) is unknown color: approx Orchid. HEX triplet: E8, 76 and DA. RGB value is (232,118,218). Sum of RGB (Red+Green+Blue) = 232+118+218=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E876DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876DA is #178925. Grayscale: #A3A3A3. Windows color (decimal): -1542438 or 14317288. OLE color: 14317288.

HSL color Cylindrical-coordinate representation of color #E876DA: hue angle of 307.37º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876DA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232118218-
CMYK00.490.060.09
HSL307.37º71.25%68.63%-
HSV(B)307.37º49.14%90.98%-
XYZ52.4135.1770.36-
YUV163.49158.77176.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=40.85%
G=20.77%
B=38.38%

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
Decimal23211821800.490.060.09307.3771.2568.63
HexE876DA031691334745
Octal350166332061611463107105
Binary111010001110110110110100110001110100110011001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E876DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E876DA; }

 p { color: rgb(232,118,218); }

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

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

 a { background-color: rgb(232,118,218); }

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

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

 span { border-color: rgb(232,118,218); }

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