5 <title>Color test
</title>
8 <p style=
"color: rgb(255, 0, 0)">1) This text is pasted with color
</p>
9 <p style=
"color: rgb(255 0 0 / 50%)">2) This text is also pasted with color, but the text pasted has a color which ignores the alpha channel
</p>
10 <p style=
"color: rgba(255, 0, 0, 0.3)">3) This text is pasted without color
</p>