Shades of Medium Orchid #D12FEB
Tints of Medium Orchid #D12FEB
RGB
CMYK
RGB Variations
Color information
#D12FEB (or 0xD12FEB) is known color: Medium Orchid. HEX triplet: D1, 2F and EB. RGB value is (209,47,235). Sum of RGB (Red+Green+Blue) = 209+47+235=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #D12FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FEB is #2ED014. Grayscale: #747474. Windows color (decimal): -3067925 or 15413201. OLE color: 15413201.
HSL color Cylindrical-coordinate representation of color #D12FEB: hue angle of 291.7º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12FEB is Cyan = 0.11, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 47 | 235 | - |
| CMYK | 0.11 | 0.8 | 0 | 0.08 |
| HSL | 291.7º | 0.82% | 0.55% | - |
| HSV(B) | 291.7º | 0.8% | 0.92% | - |
| XYZ | 42.31 | 21.59 | 80.53 | - |
| YUV | 116.87 | 194.67 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 235 | 0.11 | 0.8 | 0 | 0.08 | 291.7 | 0.82 | 0.55 |
| Hex | D1 | 2F | EB | B | 50 | 0 | 8 | 124 | 52 | 37 |
| Octal | 321 | 57 | 353 | 13 | 120 | 0 | 10 | 444 | 122 | 67 |
| Binary | 11010001 | 101111 | 11101011 | 1011 | 1010000 | 0 | 1000 | 100100100 | 1010010 | 110111 |
Color Harmonies of #D12FEB
Complementary color
Monochromatic Colors of #D12FEB
Black with #D12FEB
Text Example
Text Example
White with #D12FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FEB; }
p { color: rgb(209,47,235); }
H1.HeaderClassName
{
color: #D12FEB;
}
.AnyTagClassName
{
color: #D12FEB;
}
</style>
background-color css
<style>
a { background-color: #D12FEB; }
a { background-color: rgb(209,47,235); }
div.DivClassName
{
background-color: #D12FEB;
}
.BgClassName
{
background-color: #D12FEB;
}
</style>
border-color css
<style>
span { border-color: #D12FEB; }
span { border-color: rgb(209,47,235); }
td.TdClassName
{
border-color: #D12FEB;
}
.TagClassName
{
border-color: #D12FEB;
}
</style>