Shades of Medium Orchid #D047EE
Tints of Medium Orchid #D047EE
RGB
CMYK
RGB Variations
Color information
#D047EE (or 0xD047EE) is known color: Medium Orchid. HEX triplet: D0, 47 and EE. RGB value is (208,71,238). Sum of RGB (Red+Green+Blue) = 208+71+238=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #D047EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047EE is #2FB811. Grayscale: #828282. Windows color (decimal): -3127314 or 15615952. OLE color: 15615952.
HSL color Cylindrical-coordinate representation of color #D047EE: hue angle of 289.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D047EE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 71 | 238 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.07 |
| HSL | 289.22º | 0.83% | 0.61% | - |
| HSV(B) | 289.22º | 0.7% | 0.93% | - |
| XYZ | 43.7 | 24.09 | 83.24 | - |
| YUV | 131 | 188.39 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 238 | 0.13 | 0.70 | 0 | 0.07 | 289.22 | 0.83 | 0.61 |
| Hex | D0 | 47 | EE | D | 46 | 0 | 7 | 121 | 53 | 3D |
| Octal | 320 | 107 | 356 | 15 | 106 | 0 | 7 | 441 | 123 | 75 |
| Binary | 11010000 | 1000111 | 11101110 | 1101 | 1000110 | 0 | 111 | 100100001 | 1010011 | 111101 |
Color Harmonies of #D047EE
Complementary color
Monochromatic Colors of #D047EE
Black with #D047EE
Text Example
Text Example
White with #D047EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047EE; }
p { color: rgb(208,71,238); }
H1.HeaderClassName
{
color: #D047EE;
}
.AnyTagClassName
{
color: #D047EE;
}
</style>
background-color css
<style>
a { background-color: #D047EE; }
a { background-color: rgb(208,71,238); }
div.DivClassName
{
background-color: #D047EE;
}
.BgClassName
{
background-color: #D047EE;
}
</style>
border-color css
<style>
span { border-color: #D047EE; }
span { border-color: rgb(208,71,238); }
td.TdClassName
{
border-color: #D047EE;
}
.TagClassName
{
border-color: #D047EE;
}
</style>