Shades of Medium Orchid #D12FE5
Tints of Medium Orchid #D12FE5
RGB
CMYK
RGB Variations
Color information
#D12FE5 (or 0xD12FE5) is known color: Medium Orchid. HEX triplet: D1, 2F and E5. RGB value is (209,47,229). Sum of RGB (Red+Green+Blue) = 209+47+229=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #D12FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FE5 is #2ED01A. Grayscale: #737373. Windows color (decimal): -3067931 or 15019985. OLE color: 15019985.
HSL color Cylindrical-coordinate representation of color #D12FE5: hue angle of 293.41º 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 #D12FE5 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 47 | 229 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.10 |
| HSL | 293.41º | 0.78% | 0.54% | - |
| HSV(B) | 293.41º | 0.79% | 0.9% | - |
| XYZ | 41.45 | 21.25 | 76.04 | - |
| YUV | 116.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 229 | 0.09 | 0.79 | 0 | 0.10 | 293.41 | 0.78 | 0.54 |
| Hex | D1 | 2F | E5 | 9 | 4F | 0 | A | 125 | 4E | 36 |
| Octal | 321 | 57 | 345 | 11 | 117 | 0 | 12 | 445 | 116 | 66 |
| Binary | 11010001 | 101111 | 11100101 | 1001 | 1001111 | 0 | 1010 | 100100101 | 1001110 | 110110 |
Color Harmonies of #D12FE5
Complementary color
Monochromatic Colors of #D12FE5
Black with #D12FE5
Text Example
Text Example
White with #D12FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FE5; }
p { color: rgb(209,47,229); }
H1.HeaderClassName
{
color: #D12FE5;
}
.AnyTagClassName
{
color: #D12FE5;
}
</style>
background-color css
<style>
a { background-color: #D12FE5; }
a { background-color: rgb(209,47,229); }
div.DivClassName
{
background-color: #D12FE5;
}
.BgClassName
{
background-color: #D12FE5;
}
</style>
border-color css
<style>
span { border-color: #D12FE5; }
span { border-color: rgb(209,47,229); }
td.TdClassName
{
border-color: #D12FE5;
}
.TagClassName
{
border-color: #D12FE5;
}
</style>