Shades of Medium Orchid #D048F0
Tints of Medium Orchid #D048F0
RGB
CMYK
RGB Variations
Color information
#D048F0 (or 0xD048F0) is known color: Medium Orchid. HEX triplet: D0, 48 and F0. RGB value is (208,72,240). Sum of RGB (Red+Green+Blue) = 208+72+240=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #D048F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048F0 is #2FB70F. Grayscale: #838383. Windows color (decimal): -3127056 or 15747280. OLE color: 15747280.
HSL color Cylindrical-coordinate representation of color #D048F0: hue angle of 288.57º 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 #D048F0 is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 72 | 240 | - |
| CMYK | 0.13 | 0.7 | 0 | 0.06 |
| HSL | 288.57º | 0.85% | 0.61% | - |
| HSV(B) | 288.57º | 0.7% | 0.94% | - |
| XYZ | 44.06 | 24.34 | 84.81 | - |
| YUV | 131.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 240 | 0.13 | 0.7 | 0 | 0.06 | 288.57 | 0.85 | 0.61 |
| Hex | D0 | 48 | F0 | D | 46 | 0 | 6 | 121 | 55 | 3D |
| Octal | 320 | 110 | 360 | 15 | 106 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010000 | 1001000 | 11110000 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D048F0
Complementary color
Monochromatic Colors of #D048F0
Black with #D048F0
Text Example
Text Example
White with #D048F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048F0; }
p { color: rgb(208,72,240); }
H1.HeaderClassName
{
color: #D048F0;
}
.AnyTagClassName
{
color: #D048F0;
}
</style>
background-color css
<style>
a { background-color: #D048F0; }
a { background-color: rgb(208,72,240); }
div.DivClassName
{
background-color: #D048F0;
}
.BgClassName
{
background-color: #D048F0;
}
</style>
border-color css
<style>
span { border-color: #D048F0; }
span { border-color: rgb(208,72,240); }
td.TdClassName
{
border-color: #D048F0;
}
.TagClassName
{
border-color: #D048F0;
}
</style>