Shades of Medium Orchid #D048EF
Tints of Medium Orchid #D048EF
RGB
CMYK
RGB Variations
Color information
#D048EF (or 0xD048EF) is known color: Medium Orchid. HEX triplet: D0, 48 and EF. RGB value is (208,72,239). Sum of RGB (Red+Green+Blue) = 208+72+239=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #D048EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048EF is #2FB710. Grayscale: #838383. Windows color (decimal): -3127057 or 15681744. OLE color: 15681744.
HSL color Cylindrical-coordinate representation of color #D048EF: hue angle of 288.86º degrees, saturation: 0.84, 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 #D048EF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 72 | 239 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.06 |
| HSL | 288.86º | 0.84% | 0.61% | - |
| HSV(B) | 288.86º | 0.7% | 0.94% | - |
| XYZ | 43.91 | 24.28 | 84.03 | - |
| YUV | 131.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 239 | 0.13 | 0.70 | 0 | 0.06 | 288.86 | 0.84 | 0.61 |
| Hex | D0 | 48 | EF | D | 46 | 0 | 6 | 121 | 54 | 3D |
| Octal | 320 | 110 | 357 | 15 | 106 | 0 | 6 | 441 | 124 | 75 |
| Binary | 11010000 | 1001000 | 11101111 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010100 | 111101 |
Color Harmonies of #D048EF
Complementary color
Monochromatic Colors of #D048EF
Black with #D048EF
Text Example
Text Example
White with #D048EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048EF; }
p { color: rgb(208,72,239); }
H1.HeaderClassName
{
color: #D048EF;
}
.AnyTagClassName
{
color: #D048EF;
}
</style>
background-color css
<style>
a { background-color: #D048EF; }
a { background-color: rgb(208,72,239); }
div.DivClassName
{
background-color: #D048EF;
}
.BgClassName
{
background-color: #D048EF;
}
</style>
border-color css
<style>
span { border-color: #D048EF; }
span { border-color: rgb(208,72,239); }
td.TdClassName
{
border-color: #D048EF;
}
.TagClassName
{
border-color: #D048EF;
}
</style>