#E87ACC

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

Shades of Orchid #E87ACC

Tints of Orchid #E87ACC

Color information

#E87ACC (or 0xE87ACC) is unknown color: approx Orchid. HEX triplet: E8, 7A and CC. RGB value is (232,122,204). Sum of RGB (Red+Green+Blue) = 232+122+204=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E87ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87ACC is #178533. Grayscale: #A4A4A4. Windows color (decimal): -1541428 or 13400808. OLE color: 13400808.

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

Color convert

RGB232122204-
CMYK00.470.120.09
HSL315.27º70.51%69.41%-
HSV(B)315.27º47.41%90.98%-
XYZ51.1435.4361.27-
YUV164.24150.44176.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 204 (80.08% from 255) = 36.56%
R=41.58%
G=21.86%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212220400.470.120.09315.2770.5169.41
HexE87ACC02FC913b4745
Octal3501723140571411473107105
Binary1110100011110101100110001011111100100110011101110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87ACC; }

 p { color: rgb(232,122,204); }

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

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

 a { background-color: rgb(232,122,204); }

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

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

 span { border-color: rgb(232,122,204); }

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