Shades of Medium Orchid #D32FE8
Tints of Medium Orchid #D32FE8
RGB
CMYK
RGB Variations
Color information
#D32FE8 (or 0xD32FE8) is known color: Medium Orchid. HEX triplet: D3, 2F and E8. RGB value is (211,47,232). Sum of RGB (Red+Green+Blue) = 211+47+232=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #D32FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FE8 is #2CD017. Grayscale: #747474. Windows color (decimal): -2936856 or 15216595. OLE color: 15216595.
HSL color Cylindrical-coordinate representation of color #D32FE8: hue angle of 293.19º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32FE8 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 47 | 232 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.09 |
| HSL | 293.19º | 0.8% | 0.55% | - |
| HSV(B) | 293.19º | 0.8% | 0.91% | - |
| XYZ | 42.45 | 21.71 | 78.3 | - |
| YUV | 117.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 232 | 0.09 | 0.80 | 0 | 0.09 | 293.19 | 0.8 | 0.55 |
| Hex | D3 | 2F | E8 | 9 | 50 | 0 | 9 | 125 | 50 | 37 |
| Octal | 323 | 57 | 350 | 11 | 120 | 0 | 11 | 445 | 120 | 67 |
| Binary | 11010011 | 101111 | 11101000 | 1001 | 1010000 | 0 | 1001 | 100100101 | 1010000 | 110111 |
Color Harmonies of #D32FE8
Complementary color
Monochromatic Colors of #D32FE8
Black with #D32FE8
Text Example
Text Example
White with #D32FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FE8; }
p { color: rgb(211,47,232); }
H1.HeaderClassName
{
color: #D32FE8;
}
.AnyTagClassName
{
color: #D32FE8;
}
</style>
background-color css
<style>
a { background-color: #D32FE8; }
a { background-color: rgb(211,47,232); }
div.DivClassName
{
background-color: #D32FE8;
}
.BgClassName
{
background-color: #D32FE8;
}
</style>
border-color css
<style>
span { border-color: #D32FE8; }
span { border-color: rgb(211,47,232); }
td.TdClassName
{
border-color: #D32FE8;
}
.TagClassName
{
border-color: #D32FE8;
}
</style>