Shades of Medium Orchid #D031D9
Tints of Medium Orchid #D031D9
RGB
CMYK
RGB Variations
Color information
#D031D9 (or 0xD031D9) is known color: Medium Orchid. HEX triplet: D0, 31 and D9. RGB value is (208,49,217). Sum of RGB (Red+Green+Blue) = 208+49+217=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #D031D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031D9 is #2FCE26. Grayscale: #737373. Windows color (decimal): -3132967 or 14234064. OLE color: 14234064.
HSL color Cylindrical-coordinate representation of color #D031D9: hue angle of 296.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D031D9 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 49 | 217 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.15 |
| HSL | 296.79º | 0.69% | 0.52% | - |
| HSV(B) | 296.79º | 0.77% | 0.85% | - |
| XYZ | 39.64 | 20.62 | 67.54 | - |
| YUV | 115.69 | 185.18 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 217 | 0.04 | 0.77 | 0 | 0.15 | 296.79 | 0.69 | 0.52 |
| Hex | D0 | 31 | D9 | 4 | 4D | 0 | F | 129 | 45 | 34 |
| Octal | 320 | 61 | 331 | 4 | 115 | 0 | 17 | 451 | 105 | 64 |
| Binary | 11010000 | 110001 | 11011001 | 100 | 1001101 | 0 | 1111 | 100101001 | 1000101 | 110100 |
Color Harmonies of #D031D9
Complementary color
Monochromatic Colors of #D031D9
Black with #D031D9
Text Example
Text Example
White with #D031D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031D9; }
p { color: rgb(208,49,217); }
H1.HeaderClassName
{
color: #D031D9;
}
.AnyTagClassName
{
color: #D031D9;
}
</style>
background-color css
<style>
a { background-color: #D031D9; }
a { background-color: rgb(208,49,217); }
div.DivClassName
{
background-color: #D031D9;
}
.BgClassName
{
background-color: #D031D9;
}
</style>
border-color css
<style>
span { border-color: #D031D9; }
span { border-color: rgb(208,49,217); }
td.TdClassName
{
border-color: #D031D9;
}
.TagClassName
{
border-color: #D031D9;
}
</style>