#E876D5

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

Shades of Orchid #E876D5

Tints of Orchid #E876D5

Color information

#E876D5 (or 0xE876D5) is unknown color: approx Orchid. HEX triplet: E8, 76 and D5. RGB value is (232,118,213). Sum of RGB (Red+Green+Blue) = 232+118+213=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E876D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876D5 is #17892A. Grayscale: #A2A2A2. Windows color (decimal): -1542443 or 13989608. OLE color: 13989608.

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

Color convert

RGB232118213-
CMYK00.490.080.09
HSL310º71.25%68.63%-
HSV(B)310º49.14%90.98%-
XYZ51.7734.9266.96-
YUV162.92156.27177.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 118 (46.48% from 255) = 20.96%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=41.21%
G=20.96%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211821300.490.080.0931071.2568.63
HexE876D5031891364745
Octal3501663250611011466107105
Binary1110100011101101101010101100011000100110011011010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E876D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E876D5; }

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

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

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

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

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

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

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

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