Shades of Medium Orchid #D12FDB
Tints of Medium Orchid #D12FDB
RGB
CMYK
RGB Variations
Color information
#D12FDB (or 0xD12FDB) is known color: Medium Orchid. HEX triplet: D1, 2F and DB. RGB value is (209,47,219). Sum of RGB (Red+Green+Blue) = 209+47+219=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D12FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FDB is #2ED024. Grayscale: #727272. Windows color (decimal): -3067941 or 14364625. OLE color: 14364625.
HSL color Cylindrical-coordinate representation of color #D12FDB: hue angle of 296.51º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12FDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 47 | 219 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.14 |
| HSL | 296.51º | 0.7% | 0.52% | - |
| HSV(B) | 296.51º | 0.79% | 0.86% | - |
| XYZ | 40.1 | 20.7 | 68.9 | - |
| YUV | 115.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 219 | 0.05 | 0.79 | 0 | 0.14 | 296.51 | 0.7 | 0.52 |
| Hex | D1 | 2F | DB | 5 | 4F | 0 | E | 129 | 46 | 34 |
| Octal | 321 | 57 | 333 | 5 | 117 | 0 | 16 | 451 | 106 | 64 |
| Binary | 11010001 | 101111 | 11011011 | 101 | 1001111 | 0 | 1110 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D12FDB
Complementary color
Monochromatic Colors of #D12FDB
Black with #D12FDB
Text Example
Text Example
White with #D12FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FDB; }
p { color: rgb(209,47,219); }
H1.HeaderClassName
{
color: #D12FDB;
}
.AnyTagClassName
{
color: #D12FDB;
}
</style>
background-color css
<style>
a { background-color: #D12FDB; }
a { background-color: rgb(209,47,219); }
div.DivClassName
{
background-color: #D12FDB;
}
.BgClassName
{
background-color: #D12FDB;
}
</style>
border-color css
<style>
span { border-color: #D12FDB; }
span { border-color: rgb(209,47,219); }
td.TdClassName
{
border-color: #D12FDB;
}
.TagClassName
{
border-color: #D12FDB;
}
</style>