Shades of Medium Orchid #D039DD
Tints of Medium Orchid #D039DD
RGB
CMYK
RGB Variations
Color information
#D039DD (or 0xD039DD) is known color: Medium Orchid. HEX triplet: D0, 39 and DD. RGB value is (208,57,221). Sum of RGB (Red+Green+Blue) = 208+57+221=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #D039DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039DD is #2FC622. Grayscale: #787878. Windows color (decimal): -3130915 or 14498256. OLE color: 14498256.
HSL color Cylindrical-coordinate representation of color #D039DD: hue angle of 295.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D039DD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 57 | 221 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.13 |
| HSL | 295.24º | 0.71% | 0.55% | - |
| HSV(B) | 295.24º | 0.74% | 0.87% | - |
| XYZ | 40.53 | 21.56 | 70.43 | - |
| YUV | 120.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 221 | 0.06 | 0.74 | 0 | 0.13 | 295.24 | 0.71 | 0.55 |
| Hex | D0 | 39 | DD | 6 | 4A | 0 | D | 127 | 47 | 37 |
| Octal | 320 | 71 | 335 | 6 | 112 | 0 | 15 | 447 | 107 | 67 |
| Binary | 11010000 | 111001 | 11011101 | 110 | 1001010 | 0 | 1101 | 100100111 | 1000111 | 110111 |
Color Harmonies of #D039DD
Complementary color
Monochromatic Colors of #D039DD
Black with #D039DD
Text Example
Text Example
White with #D039DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D039DD; }
p { color: rgb(208,57,221); }
H1.HeaderClassName
{
color: #D039DD;
}
.AnyTagClassName
{
color: #D039DD;
}
</style>
background-color css
<style>
a { background-color: #D039DD; }
a { background-color: rgb(208,57,221); }
div.DivClassName
{
background-color: #D039DD;
}
.BgClassName
{
background-color: #D039DD;
}
</style>
border-color css
<style>
span { border-color: #D039DD; }
span { border-color: rgb(208,57,221); }
td.TdClassName
{
border-color: #D039DD;
}
.TagClassName
{
border-color: #D039DD;
}
</style>