Shades of Medium Orchid #D047E0
Tints of Medium Orchid #D047E0
RGB
CMYK
RGB Variations
Color information
#D047E0 (or 0xD047E0) is known color: Medium Orchid. HEX triplet: D0, 47 and E0. RGB value is (208,71,224). Sum of RGB (Red+Green+Blue) = 208+71+224=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #D047E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047E0 is #2FB81F. Grayscale: #808080. Windows color (decimal): -3127328 or 14698448. OLE color: 14698448.
HSL color Cylindrical-coordinate representation of color #D047E0: hue angle of 293.73º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D047E0 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 71 | 224 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.12 |
| HSL | 293.73º | 0.71% | 0.58% | - |
| HSV(B) | 293.73º | 0.68% | 0.88% | - |
| XYZ | 41.72 | 23.3 | 72.82 | - |
| YUV | 129.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 224 | 0.07 | 0.68 | 0 | 0.12 | 293.73 | 0.71 | 0.58 |
| Hex | D0 | 47 | E0 | 7 | 44 | 0 | C | 126 | 47 | 3A |
| Octal | 320 | 107 | 340 | 7 | 104 | 0 | 14 | 446 | 107 | 72 |
| Binary | 11010000 | 1000111 | 11100000 | 111 | 1000100 | 0 | 1100 | 100100110 | 1000111 | 111010 |
Color Harmonies of #D047E0
Complementary color
Monochromatic Colors of #D047E0
Black with #D047E0
Text Example
Text Example
White with #D047E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047E0; }
p { color: rgb(208,71,224); }
H1.HeaderClassName
{
color: #D047E0;
}
.AnyTagClassName
{
color: #D047E0;
}
</style>
background-color css
<style>
a { background-color: #D047E0; }
a { background-color: rgb(208,71,224); }
div.DivClassName
{
background-color: #D047E0;
}
.BgClassName
{
background-color: #D047E0;
}
</style>
border-color css
<style>
span { border-color: #D047E0; }
span { border-color: rgb(208,71,224); }
td.TdClassName
{
border-color: #D047E0;
}
.TagClassName
{
border-color: #D047E0;
}
</style>