Shades of Medium Orchid #D047E4
Tints of Medium Orchid #D047E4
RGB
CMYK
RGB Variations
Color information
#D047E4 (or 0xD047E4) is known color: Medium Orchid. HEX triplet: D0, 47 and E4. RGB value is (208,71,228). Sum of RGB (Red+Green+Blue) = 208+71+228=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #D047E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047E4 is #2FB81B. Grayscale: #818181. Windows color (decimal): -3127324 or 14960592. OLE color: 14960592.
HSL color Cylindrical-coordinate representation of color #D047E4: hue angle of 292.36º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D047E4 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 71 | 228 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.11 |
| HSL | 292.36º | 0.74% | 0.59% | - |
| HSV(B) | 292.36º | 0.69% | 0.89% | - |
| XYZ | 42.27 | 23.52 | 75.71 | - |
| YUV | 129.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 228 | 0.09 | 0.69 | 0 | 0.11 | 292.36 | 0.74 | 0.59 |
| Hex | D0 | 47 | E4 | 9 | 45 | 0 | B | 124 | 4A | 3B |
| Octal | 320 | 107 | 344 | 11 | 105 | 0 | 13 | 444 | 112 | 73 |
| Binary | 11010000 | 1000111 | 11100100 | 1001 | 1000101 | 0 | 1011 | 100100100 | 1001010 | 111011 |
Color Harmonies of #D047E4
Complementary color
Monochromatic Colors of #D047E4
Black with #D047E4
Text Example
Text Example
White with #D047E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047E4; }
p { color: rgb(208,71,228); }
H1.HeaderClassName
{
color: #D047E4;
}
.AnyTagClassName
{
color: #D047E4;
}
</style>
background-color css
<style>
a { background-color: #D047E4; }
a { background-color: rgb(208,71,228); }
div.DivClassName
{
background-color: #D047E4;
}
.BgClassName
{
background-color: #D047E4;
}
</style>
border-color css
<style>
span { border-color: #D047E4; }
span { border-color: rgb(208,71,228); }
td.TdClassName
{
border-color: #D047E4;
}
.TagClassName
{
border-color: #D047E4;
}
</style>