Shades of Medium Orchid #D047D7
Tints of Medium Orchid #D047D7
RGB
CMYK
RGB Variations
Color information
#D047D7 (or 0xD047D7) is known color: Medium Orchid. HEX triplet: D0, 47 and D7. RGB value is (208,71,215). Sum of RGB (Red+Green+Blue) = 208+71+215=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #D047D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047D7 is #2FB828. Grayscale: #7F7F7F. Windows color (decimal): -3127337 or 14108624. OLE color: 14108624.
HSL color Cylindrical-coordinate representation of color #D047D7: hue angle of 297.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D047D7 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 71 | 215 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.16 |
| HSL | 297.08º | 0.64% | 0.56% | - |
| HSV(B) | 297.08º | 0.67% | 0.84% | - |
| XYZ | 40.53 | 22.82 | 66.56 | - |
| YUV | 128.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 215 | 0.03 | 0.67 | 0 | 0.16 | 297.08 | 0.64 | 0.56 |
| Hex | D0 | 47 | D7 | 3 | 43 | 0 | 10 | 129 | 40 | 38 |
| Octal | 320 | 107 | 327 | 3 | 103 | 0 | 20 | 451 | 100 | 70 |
| Binary | 11010000 | 1000111 | 11010111 | 11 | 1000011 | 0 | 10000 | 100101001 | 1000000 | 111000 |
Color Harmonies of #D047D7
Complementary color
Monochromatic Colors of #D047D7
Black with #D047D7
Text Example
Text Example
White with #D047D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047D7; }
p { color: rgb(208,71,215); }
H1.HeaderClassName
{
color: #D047D7;
}
.AnyTagClassName
{
color: #D047D7;
}
</style>
background-color css
<style>
a { background-color: #D047D7; }
a { background-color: rgb(208,71,215); }
div.DivClassName
{
background-color: #D047D7;
}
.BgClassName
{
background-color: #D047D7;
}
</style>
border-color css
<style>
span { border-color: #D047D7; }
span { border-color: rgb(208,71,215); }
td.TdClassName
{
border-color: #D047D7;
}
.TagClassName
{
border-color: #D047D7;
}
</style>