Shades of Medium Orchid #D030D9
Tints of Medium Orchid #D030D9
RGB
CMYK
RGB Variations
Color information
#D030D9 (or 0xD030D9) is known color: Medium Orchid. HEX triplet: D0, 30 and D9. RGB value is (208,48,217). Sum of RGB (Red+Green+Blue) = 208+48+217=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #D030D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D030D9 is #2FCF26. Grayscale: #727272. Windows color (decimal): -3133223 or 14233808. OLE color: 14233808.
HSL color Cylindrical-coordinate representation of color #D030D9: hue angle of 296.8º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D030D9 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 48 | 217 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.15 |
| HSL | 296.8º | 0.69% | 0.52% | - |
| HSV(B) | 296.8º | 0.78% | 0.85% | - |
| XYZ | 39.59 | 20.53 | 67.52 | - |
| YUV | 115.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 217 | 0.04 | 0.78 | 0 | 0.15 | 296.8 | 0.69 | 0.52 |
| Hex | D0 | 30 | D9 | 4 | 4E | 0 | F | 129 | 45 | 34 |
| Octal | 320 | 60 | 331 | 4 | 116 | 0 | 17 | 451 | 105 | 64 |
| Binary | 11010000 | 110000 | 11011001 | 100 | 1001110 | 0 | 1111 | 100101001 | 1000101 | 110100 |
Color Harmonies of #D030D9
Complementary color
Monochromatic Colors of #D030D9
Black with #D030D9
Text Example
Text Example
White with #D030D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D030D9; }
p { color: rgb(208,48,217); }
H1.HeaderClassName
{
color: #D030D9;
}
.AnyTagClassName
{
color: #D030D9;
}
</style>
background-color css
<style>
a { background-color: #D030D9; }
a { background-color: rgb(208,48,217); }
div.DivClassName
{
background-color: #D030D9;
}
.BgClassName
{
background-color: #D030D9;
}
</style>
border-color css
<style>
span { border-color: #D030D9; }
span { border-color: rgb(208,48,217); }
td.TdClassName
{
border-color: #D030D9;
}
.TagClassName
{
border-color: #D030D9;
}
</style>