Shades of Medium Orchid #D12FDF
Tints of Medium Orchid #D12FDF
RGB
CMYK
RGB Variations
Color information
#D12FDF (or 0xD12FDF) is known color: Medium Orchid. HEX triplet: D1, 2F and DF. RGB value is (209,47,223). Sum of RGB (Red+Green+Blue) = 209+47+223=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #D12FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FDF is #2ED020. Grayscale: #727272. Windows color (decimal): -3067937 or 14626769. OLE color: 14626769.
HSL color Cylindrical-coordinate representation of color #D12FDF: hue angle of 295.23º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12FDF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 47 | 223 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.13 |
| HSL | 295.23º | 0.73% | 0.53% | - |
| HSV(B) | 295.23º | 0.79% | 0.87% | - |
| XYZ | 40.63 | 20.92 | 71.71 | - |
| YUV | 115.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 223 | 0.06 | 0.79 | 0 | 0.13 | 295.23 | 0.73 | 0.53 |
| Hex | D1 | 2F | DF | 6 | 4F | 0 | D | 127 | 49 | 35 |
| Octal | 321 | 57 | 337 | 6 | 117 | 0 | 15 | 447 | 111 | 65 |
| Binary | 11010001 | 101111 | 11011111 | 110 | 1001111 | 0 | 1101 | 100100111 | 1001001 | 110101 |
Color Harmonies of #D12FDF
Complementary color
Monochromatic Colors of #D12FDF
Black with #D12FDF
Text Example
Text Example
White with #D12FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FDF; }
p { color: rgb(209,47,223); }
H1.HeaderClassName
{
color: #D12FDF;
}
.AnyTagClassName
{
color: #D12FDF;
}
</style>
background-color css
<style>
a { background-color: #D12FDF; }
a { background-color: rgb(209,47,223); }
div.DivClassName
{
background-color: #D12FDF;
}
.BgClassName
{
background-color: #D12FDF;
}
</style>
border-color css
<style>
span { border-color: #D12FDF; }
span { border-color: rgb(209,47,223); }
td.TdClassName
{
border-color: #D12FDF;
}
.TagClassName
{
border-color: #D12FDF;
}
</style>