Shades of Medium Orchid #D247EC
Tints of Medium Orchid #D247EC
RGB
CMYK
RGB Variations
Color information
#D247EC (or 0xD247EC) is known color: Medium Orchid. HEX triplet: D2, 47 and EC. RGB value is (210,71,236). Sum of RGB (Red+Green+Blue) = 210+71+236=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #D247EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247EC is #2DB813. Grayscale: #828282. Windows color (decimal): -2996244 or 15484882. OLE color: 15484882.
HSL color Cylindrical-coordinate representation of color #D247EC: hue angle of 290.55º 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 #D247EC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 71 | 236 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.55º | 0.81% | 0.6% | - |
| HSV(B) | 290.55º | 0.7% | 0.93% | - |
| XYZ | 43.97 | 24.26 | 81.72 | - |
| YUV | 131.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 236 | 0.11 | 0.70 | 0 | 0.07 | 290.55 | 0.81 | 0.6 |
| Hex | D2 | 47 | EC | B | 46 | 0 | 7 | 123 | 51 | 3C |
| Octal | 322 | 107 | 354 | 13 | 106 | 0 | 7 | 443 | 121 | 74 |
| Binary | 11010010 | 1000111 | 11101100 | 1011 | 1000110 | 0 | 111 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D247EC
Complementary color
Monochromatic Colors of #D247EC
Black with #D247EC
Text Example
Text Example
White with #D247EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247EC; }
p { color: rgb(210,71,236); }
H1.HeaderClassName
{
color: #D247EC;
}
.AnyTagClassName
{
color: #D247EC;
}
</style>
background-color css
<style>
a { background-color: #D247EC; }
a { background-color: rgb(210,71,236); }
div.DivClassName
{
background-color: #D247EC;
}
.BgClassName
{
background-color: #D247EC;
}
</style>
border-color css
<style>
span { border-color: #D247EC; }
span { border-color: rgb(210,71,236); }
td.TdClassName
{
border-color: #D247EC;
}
.TagClassName
{
border-color: #D247EC;
}
</style>