Shades of Medium Orchid #D031E4
Tints of Medium Orchid #D031E4
RGB
CMYK
RGB Variations
Color information
#D031E4 (or 0xD031E4) is known color: Medium Orchid. HEX triplet: D0, 31 and E4. RGB value is (208,49,228). Sum of RGB (Red+Green+Blue) = 208+49+228=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #D031E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031E4 is #2FCE1B. Grayscale: #747474. Windows color (decimal): -3132956 or 14954960. OLE color: 14954960.
HSL color Cylindrical-coordinate representation of color #D031E4: hue angle of 293.3º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D031E4 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 49 | 228 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.11 |
| HSL | 293.3º | 0.77% | 0.54% | - |
| HSV(B) | 293.3º | 0.79% | 0.89% | - |
| XYZ | 41.11 | 21.21 | 75.33 | - |
| YUV | 116.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 228 | 0.09 | 0.79 | 0 | 0.11 | 293.3 | 0.77 | 0.54 |
| Hex | D0 | 31 | E4 | 9 | 4F | 0 | B | 125 | 4D | 36 |
| Octal | 320 | 61 | 344 | 11 | 117 | 0 | 13 | 445 | 115 | 66 |
| Binary | 11010000 | 110001 | 11100100 | 1001 | 1001111 | 0 | 1011 | 100100101 | 1001101 | 110110 |
Color Harmonies of #D031E4
Complementary color
Monochromatic Colors of #D031E4
Black with #D031E4
Text Example
Text Example
White with #D031E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031E4; }
p { color: rgb(208,49,228); }
H1.HeaderClassName
{
color: #D031E4;
}
.AnyTagClassName
{
color: #D031E4;
}
</style>
background-color css
<style>
a { background-color: #D031E4; }
a { background-color: rgb(208,49,228); }
div.DivClassName
{
background-color: #D031E4;
}
.BgClassName
{
background-color: #D031E4;
}
</style>
border-color css
<style>
span { border-color: #D031E4; }
span { border-color: rgb(208,49,228); }
td.TdClassName
{
border-color: #D031E4;
}
.TagClassName
{
border-color: #D031E4;
}
</style>