Shades of Medium Orchid #D048EB
Tints of Medium Orchid #D048EB
RGB
CMYK
RGB Variations
Color information
#D048EB (or 0xD048EB) is known color: Medium Orchid. HEX triplet: D0, 48 and EB. RGB value is (208,72,235). Sum of RGB (Red+Green+Blue) = 208+72+235=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #D048EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048EB is #2FB714. Grayscale: #828282. Windows color (decimal): -3127061 or 15419600. OLE color: 15419600.
HSL color Cylindrical-coordinate representation of color #D048EB: hue angle of 290.06º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D048EB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 72 | 235 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.08 |
| HSL | 290.06º | 0.8% | 0.6% | - |
| HSV(B) | 290.06º | 0.69% | 0.92% | - |
| XYZ | 43.33 | 24.04 | 80.95 | - |
| YUV | 131.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 235 | 0.11 | 0.69 | 0 | 0.08 | 290.06 | 0.8 | 0.6 |
| Hex | D0 | 48 | EB | B | 45 | 0 | 8 | 122 | 50 | 3C |
| Octal | 320 | 110 | 353 | 13 | 105 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11010000 | 1001000 | 11101011 | 1011 | 1000101 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #D048EB
Complementary color
Monochromatic Colors of #D048EB
Black with #D048EB
Text Example
Text Example
White with #D048EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048EB; }
p { color: rgb(208,72,235); }
H1.HeaderClassName
{
color: #D048EB;
}
.AnyTagClassName
{
color: #D048EB;
}
</style>
background-color css
<style>
a { background-color: #D048EB; }
a { background-color: rgb(208,72,235); }
div.DivClassName
{
background-color: #D048EB;
}
.BgClassName
{
background-color: #D048EB;
}
</style>
border-color css
<style>
span { border-color: #D048EB; }
span { border-color: rgb(208,72,235); }
td.TdClassName
{
border-color: #D048EB;
}
.TagClassName
{
border-color: #D048EB;
}
</style>