Shades of Medium Orchid #D331EA
Tints of Medium Orchid #D331EA
RGB
CMYK
RGB Variations
Color information
#D331EA (or 0xD331EA) is known color: Medium Orchid. HEX triplet: D3, 31 and EA. RGB value is (211,49,234). Sum of RGB (Red+Green+Blue) = 211+49+234=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #D331EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331EA is #2CCE15. Grayscale: #757575. Windows color (decimal): -2936342 or 15348179. OLE color: 15348179.
HSL color Cylindrical-coordinate representation of color #D331EA: hue angle of 292.54º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D331EA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 49 | 234 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.08 |
| HSL | 292.54º | 0.81% | 0.55% | - |
| HSV(B) | 292.54º | 0.79% | 0.92% | - |
| XYZ | 42.81 | 21.99 | 79.83 | - |
| YUV | 118.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 234 | 0.10 | 0.79 | 0 | 0.08 | 292.54 | 0.81 | 0.55 |
| Hex | D3 | 31 | EA | A | 4F | 0 | 8 | 125 | 51 | 37 |
| Octal | 323 | 61 | 352 | 12 | 117 | 0 | 10 | 445 | 121 | 67 |
| Binary | 11010011 | 110001 | 11101010 | 1010 | 1001111 | 0 | 1000 | 100100101 | 1010001 | 110111 |
Color Harmonies of #D331EA
Complementary color
Monochromatic Colors of #D331EA
Black with #D331EA
Text Example
Text Example
White with #D331EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331EA; }
p { color: rgb(211,49,234); }
H1.HeaderClassName
{
color: #D331EA;
}
.AnyTagClassName
{
color: #D331EA;
}
</style>
background-color css
<style>
a { background-color: #D331EA; }
a { background-color: rgb(211,49,234); }
div.DivClassName
{
background-color: #D331EA;
}
.BgClassName
{
background-color: #D331EA;
}
</style>
border-color css
<style>
span { border-color: #D331EA; }
span { border-color: rgb(211,49,234); }
td.TdClassName
{
border-color: #D331EA;
}
.TagClassName
{
border-color: #D331EA;
}
</style>