Shades of Medium Orchid #D12FE7
Tints of Medium Orchid #D12FE7
RGB
CMYK
RGB Variations
Color information
#D12FE7 (or 0xD12FE7) is known color: Medium Orchid. HEX triplet: D1, 2F and E7. RGB value is (209,47,231). Sum of RGB (Red+Green+Blue) = 209+47+231=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #D12FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FE7 is #2ED018. Grayscale: #737373. Windows color (decimal): -3067929 or 15151057. OLE color: 15151057.
HSL color Cylindrical-coordinate representation of color #D12FE7: hue angle of 292.83º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FE7 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 47 | 231 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.09 |
| HSL | 292.83º | 0.79% | 0.55% | - |
| HSV(B) | 292.83º | 0.8% | 0.91% | - |
| XYZ | 41.73 | 21.36 | 77.52 | - |
| YUV | 116.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 231 | 0.10 | 0.80 | 0 | 0.09 | 292.83 | 0.79 | 0.55 |
| Hex | D1 | 2F | E7 | A | 50 | 0 | 9 | 125 | 4F | 37 |
| Octal | 321 | 57 | 347 | 12 | 120 | 0 | 11 | 445 | 117 | 67 |
| Binary | 11010001 | 101111 | 11100111 | 1010 | 1010000 | 0 | 1001 | 100100101 | 1001111 | 110111 |
Color Harmonies of #D12FE7
Complementary color
Monochromatic Colors of #D12FE7
Black with #D12FE7
Text Example
Text Example
White with #D12FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FE7; }
p { color: rgb(209,47,231); }
H1.HeaderClassName
{
color: #D12FE7;
}
.AnyTagClassName
{
color: #D12FE7;
}
</style>
background-color css
<style>
a { background-color: #D12FE7; }
a { background-color: rgb(209,47,231); }
div.DivClassName
{
background-color: #D12FE7;
}
.BgClassName
{
background-color: #D12FE7;
}
</style>
border-color css
<style>
span { border-color: #D12FE7; }
span { border-color: rgb(209,47,231); }
td.TdClassName
{
border-color: #D12FE7;
}
.TagClassName
{
border-color: #D12FE7;
}
</style>