Shades of Medium Orchid #D032DD
Tints of Medium Orchid #D032DD
RGB
CMYK
RGB Variations
Color information
#D032DD (or 0xD032DD) is known color: Medium Orchid. HEX triplet: D0, 32 and DD. RGB value is (208,50,221). Sum of RGB (Red+Green+Blue) = 208+50+221=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D032DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032DD is #2FCD22. Grayscale: #747474. Windows color (decimal): -3132707 or 14496464. OLE color: 14496464.
HSL color Cylindrical-coordinate representation of color #D032DD: hue angle of 295.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D032DD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 50 | 221 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.13 |
| HSL | 295.44º | 0.72% | 0.53% | - |
| HSV(B) | 295.44º | 0.77% | 0.87% | - |
| XYZ | 40.2 | 20.91 | 70.32 | - |
| YUV | 116.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 50 | 221 | 0.06 | 0.77 | 0 | 0.13 | 295.44 | 0.72 | 0.53 |
| Hex | D0 | 32 | DD | 6 | 4D | 0 | D | 127 | 48 | 35 |
| Octal | 320 | 62 | 335 | 6 | 115 | 0 | 15 | 447 | 110 | 65 |
| Binary | 11010000 | 110010 | 11011101 | 110 | 1001101 | 0 | 1101 | 100100111 | 1001000 | 110101 |
Color Harmonies of #D032DD
Complementary color
Monochromatic Colors of #D032DD
Black with #D032DD
Text Example
Text Example
White with #D032DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D032DD; }
p { color: rgb(208,50,221); }
H1.HeaderClassName
{
color: #D032DD;
}
.AnyTagClassName
{
color: #D032DD;
}
</style>
background-color css
<style>
a { background-color: #D032DD; }
a { background-color: rgb(208,50,221); }
div.DivClassName
{
background-color: #D032DD;
}
.BgClassName
{
background-color: #D032DD;
}
</style>
border-color css
<style>
span { border-color: #D032DD; }
span { border-color: rgb(208,50,221); }
td.TdClassName
{
border-color: #D032DD;
}
.TagClassName
{
border-color: #D032DD;
}
</style>