Shades of Medium Orchid #D143E3
Tints of Medium Orchid #D143E3
RGB
CMYK
RGB Variations
Color information
#D143E3 (or 0xD143E3) is known color: Medium Orchid. HEX triplet: D1, 43 and E3. RGB value is (209,67,227). Sum of RGB (Red+Green+Blue) = 209+67+227=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #D143E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D143E3 is #2EBC1C. Grayscale: #7F7F7F. Windows color (decimal): -3062813 or 14894033. OLE color: 14894033.
HSL color Cylindrical-coordinate representation of color #D143E3: hue angle of 293.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D143E3 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 67 | 227 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.11 |
| HSL | 293.25º | 0.74% | 0.58% | - |
| HSV(B) | 293.25º | 0.7% | 0.89% | - |
| XYZ | 42.17 | 23.12 | 74.91 | - |
| YUV | 127.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 227 | 0.08 | 0.70 | 0 | 0.11 | 293.25 | 0.74 | 0.58 |
| Hex | D1 | 43 | E3 | 8 | 46 | 0 | B | 125 | 4A | 3A |
| Octal | 321 | 103 | 343 | 10 | 106 | 0 | 13 | 445 | 112 | 72 |
| Binary | 11010001 | 1000011 | 11100011 | 1000 | 1000110 | 0 | 1011 | 100100101 | 1001010 | 111010 |
Color Harmonies of #D143E3
Complementary color
Monochromatic Colors of #D143E3
Black with #D143E3
Text Example
Text Example
White with #D143E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D143E3; }
p { color: rgb(209,67,227); }
H1.HeaderClassName
{
color: #D143E3;
}
.AnyTagClassName
{
color: #D143E3;
}
</style>
background-color css
<style>
a { background-color: #D143E3; }
a { background-color: rgb(209,67,227); }
div.DivClassName
{
background-color: #D143E3;
}
.BgClassName
{
background-color: #D143E3;
}
</style>
border-color css
<style>
span { border-color: #D143E3; }
span { border-color: rgb(209,67,227); }
td.TdClassName
{
border-color: #D143E3;
}
.TagClassName
{
border-color: #D143E3;
}
</style>