You are trying to simply paste the image, and what gets pasted is an inline-encoded png image in base64 encoding.
Probably you are clicking "copy image" instead of "copy image location", then trying to put the image data inside an img tag, which is meant to take an image web address.