#E876CE

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

Shades of Orchid #E876CE

Tints of Orchid #E876CE

Color information

#E876CE (or 0xE876CE) is unknown color: approx Orchid. HEX triplet: E8, 76 and CE. RGB value is (232,118,206). Sum of RGB (Red+Green+Blue) = 232+118+206=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E876CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876CE is #178931. Grayscale: #A1A1A1. Windows color (decimal): -1542450 or 13530856. OLE color: 13530856.

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

Color convert

RGB232118206-
CMYK00.490.110.09
HSL313.68º71.25%68.63%-
HSV(B)313.68º49.14%90.98%-
XYZ50.934.5762.38-
YUV162.12152.77177.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=41.73%
G=21.22%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211820600.490.110.09313.6871.2568.63
HexE876CE031B913a4745
Octal3501663160611311472107105
Binary1110100011101101100111001100011011100110011101010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E876CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E876CE; }

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

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

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

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

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

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

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

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