Shades of Medium Orchid #D33EF6
Tints of Medium Orchid #D33EF6
RGB
CMYK
RGB Variations
Color information
#D33EF6 (or 0xD33EF6) is known color: Medium Orchid. HEX triplet: D3, 3E and F6. RGB value is (211,62,246). Sum of RGB (Red+Green+Blue) = 211+62+246=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #D33EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EF6 is #2CC109. Grayscale: #7E7E7E. Windows color (decimal): -2933002 or 16137939. OLE color: 16137939.
HSL color Cylindrical-coordinate representation of color #D33EF6: hue angle of 288.59º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33EF6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 62 | 246 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.04 |
| HSL | 288.59º | 0.91% | 0.6% | - |
| HSV(B) | 288.59º | 0.75% | 0.96% | - |
| XYZ | 45.22 | 23.95 | 89.43 | - |
| YUV | 127.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 246 | 0.14 | 0.75 | 0 | 0.04 | 288.59 | 0.91 | 0.6 |
| Hex | D3 | 3E | F6 | E | 4B | 0 | 4 | 121 | 5B | 3C |
| Octal | 323 | 76 | 366 | 16 | 113 | 0 | 4 | 441 | 133 | 74 |
| Binary | 11010011 | 111110 | 11110110 | 1110 | 1001011 | 0 | 100 | 100100001 | 1011011 | 111100 |
Color Harmonies of #D33EF6
Complementary color
Monochromatic Colors of #D33EF6
Black with #D33EF6
Text Example
Text Example
White with #D33EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EF6; }
p { color: rgb(211,62,246); }
H1.HeaderClassName
{
color: #D33EF6;
}
.AnyTagClassName
{
color: #D33EF6;
}
</style>
background-color css
<style>
a { background-color: #D33EF6; }
a { background-color: rgb(211,62,246); }
div.DivClassName
{
background-color: #D33EF6;
}
.BgClassName
{
background-color: #D33EF6;
}
</style>
border-color css
<style>
span { border-color: #D33EF6; }
span { border-color: rgb(211,62,246); }
td.TdClassName
{
border-color: #D33EF6;
}
.TagClassName
{
border-color: #D33EF6;
}
</style>