Shades of Medium Orchid #D143E1
Tints of Medium Orchid #D143E1
RGB
CMYK
RGB Variations
Color information
#D143E1 (or 0xD143E1) is known color: Medium Orchid. HEX triplet: D1, 43 and E1. RGB value is (209,67,225). Sum of RGB (Red+Green+Blue) = 209+67+225=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #D143E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143E1 is #2EBC1E. Grayscale: #7E7E7E. Windows color (decimal): -3062815 or 14762961. OLE color: 14762961.
HSL color Cylindrical-coordinate representation of color #D143E1: hue angle of 293.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D143E1 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 67 | 225 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.12 |
| HSL | 293.92º | 0.72% | 0.57% | - |
| HSV(B) | 293.92º | 0.7% | 0.88% | - |
| XYZ | 41.89 | 23.01 | 73.47 | - |
| YUV | 127.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 225 | 0.07 | 0.70 | 0 | 0.12 | 293.92 | 0.72 | 0.57 |
| Hex | D1 | 43 | E1 | 7 | 46 | 0 | C | 126 | 48 | 39 |
| Octal | 321 | 103 | 341 | 7 | 106 | 0 | 14 | 446 | 110 | 71 |
| Binary | 11010001 | 1000011 | 11100001 | 111 | 1000110 | 0 | 1100 | 100100110 | 1001000 | 111001 |
Color Harmonies of #D143E1
Complementary color
Monochromatic Colors of #D143E1
Black with #D143E1
Text Example
Text Example
White with #D143E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143E1; }
p { color: rgb(209,67,225); }
H1.HeaderClassName
{
color: #D143E1;
}
.AnyTagClassName
{
color: #D143E1;
}
</style>
background-color css
<style>
a { background-color: #D143E1; }
a { background-color: rgb(209,67,225); }
div.DivClassName
{
background-color: #D143E1;
}
.BgClassName
{
background-color: #D143E1;
}
</style>
border-color css
<style>
span { border-color: #D143E1; }
span { border-color: rgb(209,67,225); }
td.TdClassName
{
border-color: #D143E1;
}
.TagClassName
{
border-color: #D143E1;
}
</style>