Shades of Medium Orchid #D33EF4
Tints of Medium Orchid #D33EF4
RGB
CMYK
RGB Variations
Color information
#D33EF4 (or 0xD33EF4) is known color: Medium Orchid. HEX triplet: D3, 3E and F4. RGB value is (211,62,244). Sum of RGB (Red+Green+Blue) = 211+62+244=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #D33EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EF4 is #2CC10B. Grayscale: #7E7E7E. Windows color (decimal): -2933004 or 16006867. OLE color: 16006867.
HSL color Cylindrical-coordinate representation of color #D33EF4: hue angle of 289.12º degrees, saturation: 0.89, 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 #D33EF4 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 62 | 244 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.04 |
| HSL | 289.12º | 0.89% | 0.6% | - |
| HSV(B) | 289.12º | 0.75% | 0.96% | - |
| XYZ | 44.92 | 23.83 | 87.82 | - |
| YUV | 127.3 | 193.86 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 244 | 0.14 | 0.75 | 0 | 0.04 | 289.12 | 0.89 | 0.6 |
| Hex | D3 | 3E | F4 | E | 4B | 0 | 4 | 121 | 59 | 3C |
| Octal | 323 | 76 | 364 | 16 | 113 | 0 | 4 | 441 | 131 | 74 |
| Binary | 11010011 | 111110 | 11110100 | 1110 | 1001011 | 0 | 100 | 100100001 | 1011001 | 111100 |
Color Harmonies of #D33EF4
Complementary color
Monochromatic Colors of #D33EF4
Black with #D33EF4
Text Example
Text Example
White with #D33EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EF4; }
p { color: rgb(211,62,244); }
H1.HeaderClassName
{
color: #D33EF4;
}
.AnyTagClassName
{
color: #D33EF4;
}
</style>
background-color css
<style>
a { background-color: #D33EF4; }
a { background-color: rgb(211,62,244); }
div.DivClassName
{
background-color: #D33EF4;
}
.BgClassName
{
background-color: #D33EF4;
}
</style>
border-color css
<style>
span { border-color: #D33EF4; }
span { border-color: rgb(211,62,244); }
td.TdClassName
{
border-color: #D33EF4;
}
.TagClassName
{
border-color: #D33EF4;
}
</style>