Shades of Medium Orchid #D32FE5
Tints of Medium Orchid #D32FE5
RGB
CMYK
RGB Variations
Color information
#D32FE5 (or 0xD32FE5) is known color: Medium Orchid. HEX triplet: D3, 2F and E5. RGB value is (211,47,229). Sum of RGB (Red+Green+Blue) = 211+47+229=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #D32FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32FE5 is #2CD01A. Grayscale: #747474. Windows color (decimal): -2936859 or 15019987. OLE color: 15019987.
HSL color Cylindrical-coordinate representation of color #D32FE5: hue angle of 294.07º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32FE5 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 47 | 229 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.10 |
| HSL | 294.07º | 0.78% | 0.54% | - |
| HSV(B) | 294.07º | 0.79% | 0.9% | - |
| XYZ | 42.02 | 21.54 | 76.07 | - |
| YUV | 116.78 | 191.33 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 229 | 0.08 | 0.79 | 0 | 0.10 | 294.07 | 0.78 | 0.54 |
| Hex | D3 | 2F | E5 | 8 | 4F | 0 | A | 126 | 4E | 36 |
| Octal | 323 | 57 | 345 | 10 | 117 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010011 | 101111 | 11100101 | 1000 | 1001111 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D32FE5
Complementary color
Monochromatic Colors of #D32FE5
Black with #D32FE5
Text Example
Text Example
White with #D32FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FE5; }
p { color: rgb(211,47,229); }
H1.HeaderClassName
{
color: #D32FE5;
}
.AnyTagClassName
{
color: #D32FE5;
}
</style>
background-color css
<style>
a { background-color: #D32FE5; }
a { background-color: rgb(211,47,229); }
div.DivClassName
{
background-color: #D32FE5;
}
.BgClassName
{
background-color: #D32FE5;
}
</style>
border-color css
<style>
span { border-color: #D32FE5; }
span { border-color: rgb(211,47,229); }
td.TdClassName
{
border-color: #D32FE5;
}
.TagClassName
{
border-color: #D32FE5;
}
</style>