Shades of Medium Orchid #D049F7
Tints of Medium Orchid #D049F7
RGB
CMYK
RGB Variations
Color information
#D049F7 (or 0xD049F7) is known color: Medium Orchid. HEX triplet: D0, 49 and F7. RGB value is (208,73,247). Sum of RGB (Red+Green+Blue) = 208+73+247=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #D049F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049F7 is #2FB608. Grayscale: #848484. Windows color (decimal): -3126793 or 16206288. OLE color: 16206288.
HSL color Cylindrical-coordinate representation of color #D049F7: hue angle of 286.55º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D049F7 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 73 | 247 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.03 |
| HSL | 286.55º | 0.92% | 0.63% | - |
| HSV(B) | 286.55º | 0.7% | 0.97% | - |
| XYZ | 45.18 | 24.89 | 90.42 | - |
| YUV | 133.2 | 192.23 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 247 | 0.16 | 0.70 | 0 | 0.03 | 286.55 | 0.92 | 0.63 |
| Hex | D0 | 49 | F7 | 10 | 46 | 0 | 3 | 11F | 5C | 3F |
| Octal | 320 | 111 | 367 | 20 | 106 | 0 | 3 | 437 | 134 | 77 |
| Binary | 11010000 | 1001001 | 11110111 | 10000 | 1000110 | 0 | 11 | 100011111 | 1011100 | 111111 |
Color Harmonies of #D049F7
Complementary color
Monochromatic Colors of #D049F7
Black with #D049F7
Text Example
Text Example
White with #D049F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049F7; }
p { color: rgb(208,73,247); }
H1.HeaderClassName
{
color: #D049F7;
}
.AnyTagClassName
{
color: #D049F7;
}
</style>
background-color css
<style>
a { background-color: #D049F7; }
a { background-color: rgb(208,73,247); }
div.DivClassName
{
background-color: #D049F7;
}
.BgClassName
{
background-color: #D049F7;
}
</style>
border-color css
<style>
span { border-color: #D049F7; }
span { border-color: rgb(208,73,247); }
td.TdClassName
{
border-color: #D049F7;
}
.TagClassName
{
border-color: #D049F7;
}
</style>