Shades of Medium Orchid #D32EDD
Tints of Medium Orchid #D32EDD
RGB
CMYK
RGB Variations
Color information
#D32EDD (or 0xD32EDD) is known color: Medium Orchid. HEX triplet: D3, 2E and DD. RGB value is (211,46,221). Sum of RGB (Red+Green+Blue) = 211+46+221=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 46 (18.36% from 255 or 9.62% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #D32EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EDD is #2CD122. Grayscale: #727272. Windows color (decimal): -2937123 or 14495443. OLE color: 14495443.
HSL color Cylindrical-coordinate representation of color #D32EDD: hue angle of 296.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32EDD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 211 | 46 | 221 | - |
CMYK | 0.05 | 0.79 | 0 | 0.13 |
HSL | 296.57º | 0.72% | 0.52% | - |
HSV(B) | 296.57º | 0.79% | 0.87% | - |
XYZ | 40.89 | 21.02 | 70.31 | - |
YUV | 115.29 | 187.66 | 196.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 46 | 221 | 0.05 | 0.79 | 0 | 0.13 | 296.57 | 0.72 | 0.52 |
Hex | D3 | 2E | DD | 5 | 4F | 0 | D | 129 | 48 | 34 |
Octal | 323 | 56 | 335 | 5 | 117 | 0 | 15 | 451 | 110 | 64 |
Binary | 11010011 | 101110 | 11011101 | 101 | 1001111 | 0 | 1101 | 100101001 | 1001000 | 110100 |
Color Harmonies of #D32EDD
Complementary color
Monochromatic Colors of #D32EDD
Black with #D32EDD
Text Example
Text Example
White with #D32EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32EDD; }
p { color: rgb(211,46,221); }
H1.HeaderClassName
{
color: #D32EDD;
}
.AnyTagClassName
{
color: #D32EDD;
}
</style>
background-color css
<style>
a { background-color: #D32EDD; }
a { background-color: rgb(211,46,221); }
div.DivClassName
{
background-color: #D32EDD;
}
.BgClassName
{
background-color: #D32EDD;
}
</style>
border-color css
<style>
span { border-color: #D32EDD; }
span { border-color: rgb(211,46,221); }
td.TdClassName
{
border-color: #D32EDD;
}
.TagClassName
{
border-color: #D32EDD;
}
</style>