#E877D2

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

Shades of Orchid #E877D2

Tints of Orchid #E877D2

Color information

#E877D2 (or 0xE877D2) is unknown color: approx Orchid. HEX triplet: E8, 77 and D2. RGB value is (232,119,210). Sum of RGB (Red+Green+Blue) = 232+119+210=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E877D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877D2 is #17882D. Grayscale: #A2A2A2. Windows color (decimal): -1542190 or 13793256. OLE color: 13793256.

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

Color convert

RGB232119210-
CMYK00.490.090.09
HSL311.68º71.07%68.82%-
HSV(B)311.68º48.71%90.98%-
XYZ51.513565.01-
YUV163.16154.44177.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 119 (46.88% from 255) = 21.21%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=41.35%
G=21.21%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211921000.490.090.09311.6871.0768.82
HexE877D2031991384745
Octal3501673220611111470107105
Binary1110100011101111101001001100011001100110011100010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E877D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E877D2; }

 p { color: rgb(232,119,210); }

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

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

 a { background-color: rgb(232,119,210); }

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

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

 span { border-color: rgb(232,119,210); }

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