Shades of Medium Orchid #D12DDD
Tints of Medium Orchid #D12DDD
RGB
CMYK
RGB Variations
Color information
#D12DDD (or 0xD12DDD) is known color: Medium Orchid. HEX triplet: D1, 2D and DD. RGB value is (209,45,221). Sum of RGB (Red+Green+Blue) = 209+45+221=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D12DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DDD is #2ED222. Grayscale: #717171. Windows color (decimal): -3068451 or 14495185. OLE color: 14495185.
HSL color Cylindrical-coordinate representation of color #D12DDD: hue angle of 295.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12DDD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 45 | 221 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.13 |
| HSL | 295.91º | 0.72% | 0.52% | - |
| HSV(B) | 295.91º | 0.8% | 0.87% | - |
| XYZ | 40.28 | 20.65 | 70.27 | - |
| YUV | 114.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 221 | 0.05 | 0.80 | 0 | 0.13 | 295.91 | 0.72 | 0.52 |
| Hex | D1 | 2D | DD | 5 | 50 | 0 | D | 128 | 48 | 34 |
| Octal | 321 | 55 | 335 | 5 | 120 | 0 | 15 | 450 | 110 | 64 |
| Binary | 11010001 | 101101 | 11011101 | 101 | 1010000 | 0 | 1101 | 100101000 | 1001000 | 110100 |
Color Harmonies of #D12DDD
Complementary color
Monochromatic Colors of #D12DDD
Black with #D12DDD
Text Example
Text Example
White with #D12DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DDD; }
p { color: rgb(209,45,221); }
H1.HeaderClassName
{
color: #D12DDD;
}
.AnyTagClassName
{
color: #D12DDD;
}
</style>
background-color css
<style>
a { background-color: #D12DDD; }
a { background-color: rgb(209,45,221); }
div.DivClassName
{
background-color: #D12DDD;
}
.BgClassName
{
background-color: #D12DDD;
}
</style>
border-color css
<style>
span { border-color: #D12DDD; }
span { border-color: rgb(209,45,221); }
td.TdClassName
{
border-color: #D12DDD;
}
.TagClassName
{
border-color: #D12DDD;
}
</style>