Shades of Medium Orchid #D33FEB
Tints of Medium Orchid #D33FEB
RGB
CMYK
RGB Variations
Color information
#D33FEB (or 0xD33FEB) is known color: Medium Orchid. HEX triplet: D3, 3F and EB. RGB value is (211,63,235). Sum of RGB (Red+Green+Blue) = 211+63+235=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #D33FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FEB is #2CC014. Grayscale: #7E7E7E. Windows color (decimal): -2932757 or 15417299. OLE color: 15417299.
HSL color Cylindrical-coordinate representation of color #D33FEB: hue angle of 291.63º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33FEB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 63 | 235 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.08 |
| HSL | 291.63º | 0.81% | 0.58% | - |
| HSV(B) | 291.63º | 0.73% | 0.92% | - |
| XYZ | 43.64 | 23.4 | 80.81 | - |
| YUV | 126.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 235 | 0.10 | 0.73 | 0 | 0.08 | 291.63 | 0.81 | 0.58 |
| Hex | D3 | 3F | EB | A | 49 | 0 | 8 | 124 | 51 | 3A |
| Octal | 323 | 77 | 353 | 12 | 111 | 0 | 10 | 444 | 121 | 72 |
| Binary | 11010011 | 111111 | 11101011 | 1010 | 1001001 | 0 | 1000 | 100100100 | 1010001 | 111010 |
Color Harmonies of #D33FEB
Complementary color
Monochromatic Colors of #D33FEB
Black with #D33FEB
Text Example
Text Example
White with #D33FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FEB; }
p { color: rgb(211,63,235); }
H1.HeaderClassName
{
color: #D33FEB;
}
.AnyTagClassName
{
color: #D33FEB;
}
</style>
background-color css
<style>
a { background-color: #D33FEB; }
a { background-color: rgb(211,63,235); }
div.DivClassName
{
background-color: #D33FEB;
}
.BgClassName
{
background-color: #D33FEB;
}
</style>
border-color css
<style>
span { border-color: #D33FEB; }
span { border-color: rgb(211,63,235); }
td.TdClassName
{
border-color: #D33FEB;
}
.TagClassName
{
border-color: #D33FEB;
}
</style>