Shades of Medium Orchid #D034DD
Tints of Medium Orchid #D034DD
RGB
CMYK
RGB Variations
Color information
#D034DD (or 0xD034DD) is known color: Medium Orchid. HEX triplet: D0, 34 and DD. RGB value is (208,52,221). Sum of RGB (Red+Green+Blue) = 208+52+221=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D034DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D034DD is #2FCB22. Grayscale: #757575. Windows color (decimal): -3132195 or 14496976. OLE color: 14496976.
HSL color Cylindrical-coordinate representation of color #D034DD: hue angle of 295.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D034DD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 52 | 221 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.13 |
| HSL | 295.38º | 0.71% | 0.54% | - |
| HSV(B) | 295.38º | 0.76% | 0.87% | - |
| XYZ | 40.29 | 21.09 | 70.35 | - |
| YUV | 117.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 221 | 0.06 | 0.76 | 0 | 0.13 | 295.38 | 0.71 | 0.54 |
| Hex | D0 | 34 | DD | 6 | 4C | 0 | D | 127 | 47 | 36 |
| Octal | 320 | 64 | 335 | 6 | 114 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11010000 | 110100 | 11011101 | 110 | 1001100 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #D034DD
Complementary color
Monochromatic Colors of #D034DD
Black with #D034DD
Text Example
Text Example
White with #D034DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D034DD; }
p { color: rgb(208,52,221); }
H1.HeaderClassName
{
color: #D034DD;
}
.AnyTagClassName
{
color: #D034DD;
}
</style>
background-color css
<style>
a { background-color: #D034DD; }
a { background-color: rgb(208,52,221); }
div.DivClassName
{
background-color: #D034DD;
}
.BgClassName
{
background-color: #D034DD;
}
</style>
border-color css
<style>
span { border-color: #D034DD; }
span { border-color: rgb(208,52,221); }
td.TdClassName
{
border-color: #D034DD;
}
.TagClassName
{
border-color: #D034DD;
}
</style>