Shades of Medium Orchid #D031E7
Tints of Medium Orchid #D031E7
RGB
CMYK
RGB Variations
Color information
#D031E7 (or 0xD031E7) is known color: Medium Orchid. HEX triplet: D0, 31 and E7. RGB value is (208,49,231). Sum of RGB (Red+Green+Blue) = 208+49+231=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #D031E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D031E7 is #2FCE18. Grayscale: #747474. Windows color (decimal): -3132953 or 15151568. OLE color: 15151568.
HSL color Cylindrical-coordinate representation of color #D031E7: hue angle of 292.42º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D031E7 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 49 | 231 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.09 |
| HSL | 292.42º | 0.79% | 0.55% | - |
| HSV(B) | 292.42º | 0.79% | 0.91% | - |
| XYZ | 41.53 | 21.38 | 77.54 | - |
| YUV | 117.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 231 | 0.10 | 0.79 | 0 | 0.09 | 292.42 | 0.79 | 0.55 |
| Hex | D0 | 31 | E7 | A | 4F | 0 | 9 | 124 | 4F | 37 |
| Octal | 320 | 61 | 347 | 12 | 117 | 0 | 11 | 444 | 117 | 67 |
| Binary | 11010000 | 110001 | 11100111 | 1010 | 1001111 | 0 | 1001 | 100100100 | 1001111 | 110111 |
Color Harmonies of #D031E7
Complementary color
Monochromatic Colors of #D031E7
Black with #D031E7
Text Example
Text Example
White with #D031E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031E7; }
p { color: rgb(208,49,231); }
H1.HeaderClassName
{
color: #D031E7;
}
.AnyTagClassName
{
color: #D031E7;
}
</style>
background-color css
<style>
a { background-color: #D031E7; }
a { background-color: rgb(208,49,231); }
div.DivClassName
{
background-color: #D031E7;
}
.BgClassName
{
background-color: #D031E7;
}
</style>
border-color css
<style>
span { border-color: #D031E7; }
span { border-color: rgb(208,49,231); }
td.TdClassName
{
border-color: #D031E7;
}
.TagClassName
{
border-color: #D031E7;
}
</style>