Shades of Medium Orchid #D047F0
Tints of Medium Orchid #D047F0
RGB
CMYK
RGB Variations
Color information
#D047F0 (or 0xD047F0) is known color: Medium Orchid. HEX triplet: D0, 47 and F0. RGB value is (208,71,240). Sum of RGB (Red+Green+Blue) = 208+71+240=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #D047F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047F0 is #2FB80F. Grayscale: #828282. Windows color (decimal): -3127312 or 15747024. OLE color: 15747024.
HSL color Cylindrical-coordinate representation of color #D047F0: hue angle of 288.64º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D047F0 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 71 | 240 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.06 |
| HSL | 288.64º | 0.85% | 0.61% | - |
| HSV(B) | 288.64º | 0.7% | 0.94% | - |
| XYZ | 43.99 | 24.21 | 84.79 | - |
| YUV | 131.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 240 | 0.13 | 0.70 | 0 | 0.06 | 288.64 | 0.85 | 0.61 |
| Hex | D0 | 47 | F0 | D | 46 | 0 | 6 | 121 | 55 | 3D |
| Octal | 320 | 107 | 360 | 15 | 106 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010000 | 1000111 | 11110000 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D047F0
Complementary color
Monochromatic Colors of #D047F0
Black with #D047F0
Text Example
Text Example
White with #D047F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047F0; }
p { color: rgb(208,71,240); }
H1.HeaderClassName
{
color: #D047F0;
}
.AnyTagClassName
{
color: #D047F0;
}
</style>
background-color css
<style>
a { background-color: #D047F0; }
a { background-color: rgb(208,71,240); }
div.DivClassName
{
background-color: #D047F0;
}
.BgClassName
{
background-color: #D047F0;
}
</style>
border-color css
<style>
span { border-color: #D047F0; }
span { border-color: rgb(208,71,240); }
td.TdClassName
{
border-color: #D047F0;
}
.TagClassName
{
border-color: #D047F0;
}
</style>