Shades of Medium Orchid #D047DD
Tints of Medium Orchid #D047DD
RGB
CMYK
RGB Variations
Color information
#D047DD (or 0xD047DD) is known color: Medium Orchid. HEX triplet: D0, 47 and DD. RGB value is (208,71,221). Sum of RGB (Red+Green+Blue) = 208+71+221=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #D047DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047DD is #2FB822. Grayscale: #808080. Windows color (decimal): -3127331 or 14501840. OLE color: 14501840.
HSL color Cylindrical-coordinate representation of color #D047DD: hue angle of 294.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D047DD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 71 | 221 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.13 |
| HSL | 294.8º | 0.69% | 0.57% | - |
| HSV(B) | 294.8º | 0.68% | 0.87% | - |
| XYZ | 41.32 | 23.14 | 70.69 | - |
| YUV | 129.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 221 | 0.06 | 0.68 | 0 | 0.13 | 294.8 | 0.69 | 0.57 |
| Hex | D0 | 47 | DD | 6 | 44 | 0 | D | 127 | 45 | 39 |
| Octal | 320 | 107 | 335 | 6 | 104 | 0 | 15 | 447 | 105 | 71 |
| Binary | 11010000 | 1000111 | 11011101 | 110 | 1000100 | 0 | 1101 | 100100111 | 1000101 | 111001 |
Color Harmonies of #D047DD
Complementary color
Monochromatic Colors of #D047DD
Black with #D047DD
Text Example
Text Example
White with #D047DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047DD; }
p { color: rgb(208,71,221); }
H1.HeaderClassName
{
color: #D047DD;
}
.AnyTagClassName
{
color: #D047DD;
}
</style>
background-color css
<style>
a { background-color: #D047DD; }
a { background-color: rgb(208,71,221); }
div.DivClassName
{
background-color: #D047DD;
}
.BgClassName
{
background-color: #D047DD;
}
</style>
border-color css
<style>
span { border-color: #D047DD; }
span { border-color: rgb(208,71,221); }
td.TdClassName
{
border-color: #D047DD;
}
.TagClassName
{
border-color: #D047DD;
}
</style>