#E87CCD

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

Shades of Orchid #E87CCD

Tints of Orchid #E87CCD

Color information

#E87CCD (or 0xE87CCD) is unknown color: approx Orchid. HEX triplet: E8, 7C and CD. RGB value is (232,124,205). Sum of RGB (Red+Green+Blue) = 232+124+205=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E87CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87CCD is #178332. Grayscale: #A5A5A5. Windows color (decimal): -1540915 or 13466856. OLE color: 13466856.

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

Color convert

RGB232124205-
CMYK00.470.120.09
HSL315º70.13%69.8%-
HSV(B)315º46.55%90.98%-
XYZ51.5135.9861.99-
YUV165.53150.28175.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 124 (48.83% from 255) = 22.10%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=41.35%
G=22.10%
B=36.54%

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
Decimal23212420500.470.120.0931570.1369.8
HexE87CCD02FC913b4646
Octal3501743150571411473106106
Binary1110100011111001100110101011111100100110011101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87CCD; }

 p { color: rgb(232,124,205); }

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

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

 a { background-color: rgb(232,124,205); }

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

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

 span { border-color: rgb(232,124,205); }

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