Shades of Medium Orchid #D33BF4
Tints of Medium Orchid #D33BF4
RGB
CMYK
RGB Variations
Color information
#D33BF4 (or 0xD33BF4) is known color: Medium Orchid. HEX triplet: D3, 3B and F4. RGB value is (211,59,244). Sum of RGB (Red+Green+Blue) = 211+59+244=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #D33BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BF4 is #2CC40B. Grayscale: #7C7C7C. Windows color (decimal): -2933772 or 16006099. OLE color: 16006099.
HSL color Cylindrical-coordinate representation of color #D33BF4: hue angle of 289.3º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33BF4 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 59 | 244 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.04 |
| HSL | 289.3º | 0.89% | 0.59% | - |
| HSV(B) | 289.3º | 0.76% | 0.96% | - |
| XYZ | 44.76 | 23.51 | 87.77 | - |
| YUV | 125.54 | 194.86 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 244 | 0.14 | 0.76 | 0 | 0.04 | 289.3 | 0.89 | 0.59 |
| Hex | D3 | 3B | F4 | E | 4C | 0 | 4 | 121 | 59 | 3B |
| Octal | 323 | 73 | 364 | 16 | 114 | 0 | 4 | 441 | 131 | 73 |
| Binary | 11010011 | 111011 | 11110100 | 1110 | 1001100 | 0 | 100 | 100100001 | 1011001 | 111011 |
Color Harmonies of #D33BF4
Complementary color
Monochromatic Colors of #D33BF4
Black with #D33BF4
Text Example
Text Example
White with #D33BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BF4; }
p { color: rgb(211,59,244); }
H1.HeaderClassName
{
color: #D33BF4;
}
.AnyTagClassName
{
color: #D33BF4;
}
</style>
background-color css
<style>
a { background-color: #D33BF4; }
a { background-color: rgb(211,59,244); }
div.DivClassName
{
background-color: #D33BF4;
}
.BgClassName
{
background-color: #D33BF4;
}
</style>
border-color css
<style>
span { border-color: #D33BF4; }
span { border-color: rgb(211,59,244); }
td.TdClassName
{
border-color: #D33BF4;
}
.TagClassName
{
border-color: #D33BF4;
}
</style>