Shades of Medium Orchid #D049F4
Tints of Medium Orchid #D049F4
RGB
CMYK
RGB Variations
Color information
#D049F4 (or 0xD049F4) is known color: Medium Orchid. HEX triplet: D0, 49 and F4. RGB value is (208,73,244). Sum of RGB (Red+Green+Blue) = 208+73+244=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #D049F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049F4 is #2FB60B. Grayscale: #848484. Windows color (decimal): -3126796 or 16009680. OLE color: 16009680.
HSL color Cylindrical-coordinate representation of color #D049F4: hue angle of 287.37º degrees, saturation: 0.89, 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 #D049F4 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 73 | 244 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.04 |
| HSL | 287.37º | 0.89% | 0.62% | - |
| HSV(B) | 287.37º | 0.7% | 0.96% | - |
| XYZ | 44.72 | 24.71 | 88 | - |
| YUV | 132.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 244 | 0.15 | 0.70 | 0 | 0.04 | 287.37 | 0.89 | 0.62 |
| Hex | D0 | 49 | F4 | F | 46 | 0 | 4 | 11F | 59 | 3E |
| Octal | 320 | 111 | 364 | 17 | 106 | 0 | 4 | 437 | 131 | 76 |
| Binary | 11010000 | 1001001 | 11110100 | 1111 | 1000110 | 0 | 100 | 100011111 | 1011001 | 111110 |
Color Harmonies of #D049F4
Complementary color
Monochromatic Colors of #D049F4
Black with #D049F4
Text Example
Text Example
White with #D049F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049F4; }
p { color: rgb(208,73,244); }
H1.HeaderClassName
{
color: #D049F4;
}
.AnyTagClassName
{
color: #D049F4;
}
</style>
background-color css
<style>
a { background-color: #D049F4; }
a { background-color: rgb(208,73,244); }
div.DivClassName
{
background-color: #D049F4;
}
.BgClassName
{
background-color: #D049F4;
}
</style>
border-color css
<style>
span { border-color: #D049F4; }
span { border-color: rgb(208,73,244); }
td.TdClassName
{
border-color: #D049F4;
}
.TagClassName
{
border-color: #D049F4;
}
</style>