Shades of Medium Orchid #D33AF5
Tints of Medium Orchid #D33AF5
RGB
CMYK
RGB Variations
Color information
#D33AF5 (or 0xD33AF5) is known color: Medium Orchid. HEX triplet: D3, 3A and F5. RGB value is (211,58,245). Sum of RGB (Red+Green+Blue) = 211+58+245=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #D33AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AF5 is #2CC50A. Grayscale: #7C7C7C. Windows color (decimal): -2934027 or 16071379. OLE color: 16071379.
HSL color Cylindrical-coordinate representation of color #D33AF5: hue angle of 289.09º degrees, saturation: 0.9, 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 #D33AF5 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 58 | 245 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.04 |
| HSL | 289.09º | 0.9% | 0.59% | - |
| HSV(B) | 289.09º | 0.76% | 0.96% | - |
| XYZ | 44.86 | 23.47 | 88.55 | - |
| YUV | 125.07 | 195.69 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 245 | 0.14 | 0.76 | 0 | 0.04 | 289.09 | 0.9 | 0.59 |
| Hex | D3 | 3A | F5 | E | 4C | 0 | 4 | 121 | 5A | 3B |
| Octal | 323 | 72 | 365 | 16 | 114 | 0 | 4 | 441 | 132 | 73 |
| Binary | 11010011 | 111010 | 11110101 | 1110 | 1001100 | 0 | 100 | 100100001 | 1011010 | 111011 |
Color Harmonies of #D33AF5
Complementary color
Monochromatic Colors of #D33AF5
Black with #D33AF5
Text Example
Text Example
White with #D33AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AF5; }
p { color: rgb(211,58,245); }
H1.HeaderClassName
{
color: #D33AF5;
}
.AnyTagClassName
{
color: #D33AF5;
}
</style>
background-color css
<style>
a { background-color: #D33AF5; }
a { background-color: rgb(211,58,245); }
div.DivClassName
{
background-color: #D33AF5;
}
.BgClassName
{
background-color: #D33AF5;
}
</style>
border-color css
<style>
span { border-color: #D33AF5; }
span { border-color: rgb(211,58,245); }
td.TdClassName
{
border-color: #D33AF5;
}
.TagClassName
{
border-color: #D33AF5;
}
</style>