#e873d5

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

Shades of Orchid #E873D5

Tints of Orchid #E873D5

Color information

#E873D5 (or 0xE873D5) is unknown color: approx Orchid. HEX triplet: E8, 73 and D5. RGB value is (232,115,213). Sum of RGB (Red+Green+Blue) = 232+115+213=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E873D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873D5 is #178C2A. Grayscale: #A0A0A0. Windows color (decimal): -1543211 or 13988840. OLE color: 13988840.

HSL color Cylindrical-coordinate representation of color #E873D5: hue angle of 309.74º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873D5 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB232115213-
CMYK00.500.080.09
HSL309.74º71.78%68.04%-
HSV(B)309.74º50.43%90.98%-
XYZ51.4234.2266.85-
YUV161.16157.26178.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.43%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=41.43%
G=20.54%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211521300.500.080.09309.7471.7868.04
HexE873D5032891364844
Octal3501633250621011466110104
Binary1110100011100111101010101100101000100110011011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e873d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e873d5; }

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

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

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

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

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

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

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

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