Shades of Medium Orchid #D049F5
Tints of Medium Orchid #D049F5
RGB
CMYK
RGB Variations
Color information
#D049F5 (or 0xD049F5) is known color: Medium Orchid. HEX triplet: D0, 49 and F5. RGB value is (208,73,245). Sum of RGB (Red+Green+Blue) = 208+73+245=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #D049F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049F5 is #2FB60A. Grayscale: #848484. Windows color (decimal): -3126795 or 16075216. OLE color: 16075216.
HSL color Cylindrical-coordinate representation of color #D049F5: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D049F5 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 73 | 245 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.04 |
| HSL | 287.09º | 0.9% | 0.62% | - |
| HSV(B) | 287.09º | 0.7% | 0.96% | - |
| XYZ | 44.88 | 24.77 | 88.8 | - |
| YUV | 132.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 245 | 0.15 | 0.70 | 0 | 0.04 | 287.09 | 0.9 | 0.62 |
| Hex | D0 | 49 | F5 | F | 46 | 0 | 4 | 11F | 5A | 3E |
| Octal | 320 | 111 | 365 | 17 | 106 | 0 | 4 | 437 | 132 | 76 |
| Binary | 11010000 | 1001001 | 11110101 | 1111 | 1000110 | 0 | 100 | 100011111 | 1011010 | 111110 |
Color Harmonies of #D049F5
Complementary color
Monochromatic Colors of #D049F5
Black with #D049F5
Text Example
Text Example
White with #D049F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049F5; }
p { color: rgb(208,73,245); }
H1.HeaderClassName
{
color: #D049F5;
}
.AnyTagClassName
{
color: #D049F5;
}
</style>
background-color css
<style>
a { background-color: #D049F5; }
a { background-color: rgb(208,73,245); }
div.DivClassName
{
background-color: #D049F5;
}
.BgClassName
{
background-color: #D049F5;
}
</style>
border-color css
<style>
span { border-color: #D049F5; }
span { border-color: rgb(208,73,245); }
td.TdClassName
{
border-color: #D049F5;
}
.TagClassName
{
border-color: #D049F5;
}
</style>