Shades of Medium Orchid #D331EB
Tints of Medium Orchid #D331EB
RGB
CMYK
RGB Variations
Color information
#D331EB (or 0xD331EB) is known color: Medium Orchid. HEX triplet: D3, 31 and EB. RGB value is (211,49,235). Sum of RGB (Red+Green+Blue) = 211+49+235=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #D331EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D331EB is #2CCE14. Grayscale: #767676. Windows color (decimal): -2936341 or 15413715. OLE color: 15413715.
HSL color Cylindrical-coordinate representation of color #D331EB: hue angle of 292.26º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D331EB is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 49 | 235 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.08 |
| HSL | 292.26º | 0.82% | 0.56% | - |
| HSV(B) | 292.26º | 0.79% | 0.92% | - |
| XYZ | 42.96 | 22.04 | 80.59 | - |
| YUV | 118.64 | 193.67 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 235 | 0.10 | 0.79 | 0 | 0.08 | 292.26 | 0.82 | 0.56 |
| Hex | D3 | 31 | EB | A | 4F | 0 | 8 | 124 | 52 | 38 |
| Octal | 323 | 61 | 353 | 12 | 117 | 0 | 10 | 444 | 122 | 70 |
| Binary | 11010011 | 110001 | 11101011 | 1010 | 1001111 | 0 | 1000 | 100100100 | 1010010 | 111000 |
Color Harmonies of #D331EB
Complementary color
Monochromatic Colors of #D331EB
Black with #D331EB
Text Example
Text Example
White with #D331EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331EB; }
p { color: rgb(211,49,235); }
H1.HeaderClassName
{
color: #D331EB;
}
.AnyTagClassName
{
color: #D331EB;
}
</style>
background-color css
<style>
a { background-color: #D331EB; }
a { background-color: rgb(211,49,235); }
div.DivClassName
{
background-color: #D331EB;
}
.BgClassName
{
background-color: #D331EB;
}
</style>
border-color css
<style>
span { border-color: #D331EB; }
span { border-color: rgb(211,49,235); }
td.TdClassName
{
border-color: #D331EB;
}
.TagClassName
{
border-color: #D331EB;
}
</style>