Shades of Medium Orchid #D031ED
Tints of Medium Orchid #D031ED
RGB
CMYK
RGB Variations
Color information
#D031ED (or 0xD031ED) is known color: Medium Orchid. HEX triplet: D0, 31 and ED. RGB value is (208,49,237). Sum of RGB (Red+Green+Blue) = 208+49+237=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #D031ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031ED is #2FCE12. Grayscale: #757575. Windows color (decimal): -3132947 or 15544784. OLE color: 15544784.
HSL color Cylindrical-coordinate representation of color #D031ED: hue angle of 290.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D031ED is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 49 | 237 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 290.74º | 0.84% | 0.56% | - |
| HSV(B) | 290.74º | 0.79% | 0.93% | - |
| XYZ | 42.4 | 21.72 | 82.08 | - |
| YUV | 117.97 | 195.18 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 237 | 0.12 | 0.79 | 0 | 0.07 | 290.74 | 0.84 | 0.56 |
| Hex | D0 | 31 | ED | C | 4F | 0 | 7 | 123 | 54 | 38 |
| Octal | 320 | 61 | 355 | 14 | 117 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010000 | 110001 | 11101101 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D031ED
Complementary color
Monochromatic Colors of #D031ED
Black with #D031ED
Text Example
Text Example
White with #D031ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031ED; }
p { color: rgb(208,49,237); }
H1.HeaderClassName
{
color: #D031ED;
}
.AnyTagClassName
{
color: #D031ED;
}
</style>
background-color css
<style>
a { background-color: #D031ED; }
a { background-color: rgb(208,49,237); }
div.DivClassName
{
background-color: #D031ED;
}
.BgClassName
{
background-color: #D031ED;
}
</style>
border-color css
<style>
span { border-color: #D031ED; }
span { border-color: rgb(208,49,237); }
td.TdClassName
{
border-color: #D031ED;
}
.TagClassName
{
border-color: #D031ED;
}
</style>