Shades of Medium Orchid #D247ED
Tints of Medium Orchid #D247ED
RGB
CMYK
RGB Variations
Color information
#D247ED (or 0xD247ED) is known color: Medium Orchid. HEX triplet: D2, 47 and ED. RGB value is (210,71,237). Sum of RGB (Red+Green+Blue) = 210+71+237=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #D247ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D247ED is #2DB812. Grayscale: #828282. Windows color (decimal): -2996243 or 15550418. OLE color: 15550418.
HSL color Cylindrical-coordinate representation of color #D247ED: hue angle of 290.24º degrees, saturation: 0.82, 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 #D247ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 71 | 237 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.07 |
| HSL | 290.24º | 0.82% | 0.6% | - |
| HSV(B) | 290.24º | 0.7% | 0.93% | - |
| XYZ | 44.12 | 24.32 | 82.49 | - |
| YUV | 131.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 71 | 237 | 0.11 | 0.70 | 0 | 0.07 | 290.24 | 0.82 | 0.6 |
| Hex | D2 | 47 | ED | B | 46 | 0 | 7 | 122 | 52 | 3C |
| Octal | 322 | 107 | 355 | 13 | 106 | 0 | 7 | 442 | 122 | 74 |
| Binary | 11010010 | 1000111 | 11101101 | 1011 | 1000110 | 0 | 111 | 100100010 | 1010010 | 111100 |
Color Harmonies of #D247ED
Complementary color
Monochromatic Colors of #D247ED
Black with #D247ED
Text Example
Text Example
White with #D247ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D247ED; }
p { color: rgb(210,71,237); }
H1.HeaderClassName
{
color: #D247ED;
}
.AnyTagClassName
{
color: #D247ED;
}
</style>
background-color css
<style>
a { background-color: #D247ED; }
a { background-color: rgb(210,71,237); }
div.DivClassName
{
background-color: #D247ED;
}
.BgClassName
{
background-color: #D247ED;
}
</style>
border-color css
<style>
span { border-color: #D247ED; }
span { border-color: rgb(210,71,237); }
td.TdClassName
{
border-color: #D247ED;
}
.TagClassName
{
border-color: #D247ED;
}
</style>