Shades of Medium Orchid #D048EA
Tints of Medium Orchid #D048EA
RGB
CMYK
RGB Variations
Color information
#D048EA (or 0xD048EA) is known color: Medium Orchid. HEX triplet: D0, 48 and EA. RGB value is (208,72,234). Sum of RGB (Red+Green+Blue) = 208+72+234=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #D048EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048EA is #2FB715. Grayscale: #828282. Windows color (decimal): -3127062 or 15354064. OLE color: 15354064.
HSL color Cylindrical-coordinate representation of color #D048EA: hue angle of 290.37º degrees, saturation: 0.79, 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 #D048EA is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 72 | 234 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.08 |
| HSL | 290.37º | 0.79% | 0.6% | - |
| HSV(B) | 290.37º | 0.69% | 0.92% | - |
| XYZ | 43.18 | 23.99 | 80.2 | - |
| YUV | 131.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 234 | 0.11 | 0.69 | 0 | 0.08 | 290.37 | 0.79 | 0.6 |
| Hex | D0 | 48 | EA | B | 45 | 0 | 8 | 122 | 4F | 3C |
| Octal | 320 | 110 | 352 | 13 | 105 | 0 | 10 | 442 | 117 | 74 |
| Binary | 11010000 | 1001000 | 11101010 | 1011 | 1000101 | 0 | 1000 | 100100010 | 1001111 | 111100 |
Color Harmonies of #D048EA
Complementary color
Monochromatic Colors of #D048EA
Black with #D048EA
Text Example
Text Example
White with #D048EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D048EA; }
p { color: rgb(208,72,234); }
H1.HeaderClassName
{
color: #D048EA;
}
.AnyTagClassName
{
color: #D048EA;
}
</style>
background-color css
<style>
a { background-color: #D048EA; }
a { background-color: rgb(208,72,234); }
div.DivClassName
{
background-color: #D048EA;
}
.BgClassName
{
background-color: #D048EA;
}
</style>
border-color css
<style>
span { border-color: #D048EA; }
span { border-color: rgb(208,72,234); }
td.TdClassName
{
border-color: #D048EA;
}
.TagClassName
{
border-color: #D048EA;
}
</style>