Shades of Medium Orchid #D047DF
Tints of Medium Orchid #D047DF
RGB
CMYK
RGB Variations
Color information
#D047DF (or 0xD047DF) is known color: Medium Orchid. HEX triplet: D0, 47 and DF. RGB value is (208,71,223). Sum of RGB (Red+Green+Blue) = 208+71+223=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #D047DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047DF is #2FB820. Grayscale: #808080. Windows color (decimal): -3127329 or 14632912. OLE color: 14632912.
HSL color Cylindrical-coordinate representation of color #D047DF: hue angle of 294.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D047DF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 71 | 223 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 294.08º | 0.7% | 0.58% | - |
| HSV(B) | 294.08º | 0.68% | 0.87% | - |
| XYZ | 41.58 | 23.24 | 72.11 | - |
| YUV | 129.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 223 | 0.07 | 0.68 | 0 | 0.13 | 294.08 | 0.7 | 0.58 |
| Hex | D0 | 47 | DF | 7 | 44 | 0 | D | 126 | 46 | 3A |
| Octal | 320 | 107 | 337 | 7 | 104 | 0 | 15 | 446 | 106 | 72 |
| Binary | 11010000 | 1000111 | 11011111 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000110 | 111010 |
Color Harmonies of #D047DF
Complementary color
Monochromatic Colors of #D047DF
Black with #D047DF
Text Example
Text Example
White with #D047DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047DF; }
p { color: rgb(208,71,223); }
H1.HeaderClassName
{
color: #D047DF;
}
.AnyTagClassName
{
color: #D047DF;
}
</style>
background-color css
<style>
a { background-color: #D047DF; }
a { background-color: rgb(208,71,223); }
div.DivClassName
{
background-color: #D047DF;
}
.BgClassName
{
background-color: #D047DF;
}
</style>
border-color css
<style>
span { border-color: #D047DF; }
span { border-color: rgb(208,71,223); }
td.TdClassName
{
border-color: #D047DF;
}
.TagClassName
{
border-color: #D047DF;
}
</style>