Copying text from a table cell that has a background color, applies the cell background color to the text once it is pasted. For example:
If I highlight just the text from this table cell and copy it:
<td style="background-color: rgb(51, 0, 51);">
<p><span style="color:#FFFFFF"><strong>Shirt</strong><br />
Uniquely simplify cost effective processes after backward-compatible value. Appropriately reinvent customized information with impactful materials. Conveniently benchmark strategic catalysts for change through functionalized applications. Quickly mesh backward-compatible testing procedures vis-a-vis low-risk high-yield schemas.</span></p>
</td>
This is the result after you paste it sonewhere else on the page:
<p><strong>Shirt</strong><br />
<span style="background-color:rgb(51, 0, 51); color:rgb(255, 255, 255)">Uniquely simplify cost effective processes after backward-compatible value. Appropriately reinvent customized information with impactful materials. Conveniently benchmark strategic catalysts for change through functionalized applications. Quickly mesh backward-compatible testing procedures vis-a-vis low-risk high-yield schemas.</span></p>
Screenshot attached.