Shades of Medium Orchid #D047EC
Tints of Medium Orchid #D047EC
RGB
CMYK
RGB Variations
Color information
#D047EC (or 0xD047EC) is known color: Medium Orchid. HEX triplet: D0, 47 and EC. RGB value is (208,71,236). Sum of RGB (Red+Green+Blue) = 208+71+236=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #D047EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047EC is #2FB813. Grayscale: #828282. Windows color (decimal): -3127316 or 15484880. OLE color: 15484880.
HSL color Cylindrical-coordinate representation of color #D047EC: hue angle of 289.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D047EC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 71 | 236 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.07 |
| HSL | 289.82º | 0.81% | 0.6% | - |
| HSV(B) | 289.82º | 0.7% | 0.93% | - |
| XYZ | 43.41 | 23.97 | 81.7 | - |
| YUV | 130.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 236 | 0.12 | 0.70 | 0 | 0.07 | 289.82 | 0.81 | 0.6 |
| Hex | D0 | 47 | EC | C | 46 | 0 | 7 | 122 | 51 | 3C |
| Octal | 320 | 107 | 354 | 14 | 106 | 0 | 7 | 442 | 121 | 74 |
| Binary | 11010000 | 1000111 | 11101100 | 1100 | 1000110 | 0 | 111 | 100100010 | 1010001 | 111100 |
Color Harmonies of #D047EC
Complementary color
Monochromatic Colors of #D047EC
Black with #D047EC
Text Example
Text Example
White with #D047EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047EC; }
p { color: rgb(208,71,236); }
H1.HeaderClassName
{
color: #D047EC;
}
.AnyTagClassName
{
color: #D047EC;
}
</style>
background-color css
<style>
a { background-color: #D047EC; }
a { background-color: rgb(208,71,236); }
div.DivClassName
{
background-color: #D047EC;
}
.BgClassName
{
background-color: #D047EC;
}
</style>
border-color css
<style>
span { border-color: #D047EC; }
span { border-color: rgb(208,71,236); }
td.TdClassName
{
border-color: #D047EC;
}
.TagClassName
{
border-color: #D047EC;
}
</style>