Shades of Medium Orchid #D12EEB
Tints of Medium Orchid #D12EEB
RGB
CMYK
RGB Variations
Color information
#D12EEB (or 0xD12EEB) is known color: Medium Orchid. HEX triplet: D1, 2E and EB. RGB value is (209,46,235). Sum of RGB (Red+Green+Blue) = 209+46+235=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #D12EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12EEB is #2ED114. Grayscale: #737373. Windows color (decimal): -3068181 or 15412945. OLE color: 15412945.
HSL color Cylindrical-coordinate representation of color #D12EEB: hue angle of 291.75º degrees, saturation: 0.83, 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 #D12EEB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 46 | 235 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.08 |
| HSL | 291.75º | 0.83% | 0.55% | - |
| HSV(B) | 291.75º | 0.8% | 0.92% | - |
| XYZ | 42.27 | 21.51 | 80.52 | - |
| YUV | 116.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 46 | 235 | 0.11 | 0.80 | 0 | 0.08 | 291.75 | 0.83 | 0.55 |
| Hex | D1 | 2E | EB | B | 50 | 0 | 8 | 124 | 53 | 37 |
| Octal | 321 | 56 | 353 | 13 | 120 | 0 | 10 | 444 | 123 | 67 |
| Binary | 11010001 | 101110 | 11101011 | 1011 | 1010000 | 0 | 1000 | 100100100 | 1010011 | 110111 |
Color Harmonies of #D12EEB
Complementary color
Monochromatic Colors of #D12EEB
Black with #D12EEB
Text Example
Text Example
White with #D12EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12EEB; }
p { color: rgb(209,46,235); }
H1.HeaderClassName
{
color: #D12EEB;
}
.AnyTagClassName
{
color: #D12EEB;
}
</style>
background-color css
<style>
a { background-color: #D12EEB; }
a { background-color: rgb(209,46,235); }
div.DivClassName
{
background-color: #D12EEB;
}
.BgClassName
{
background-color: #D12EEB;
}
</style>
border-color css
<style>
span { border-color: #D12EEB; }
span { border-color: rgb(209,46,235); }
td.TdClassName
{
border-color: #D12EEB;
}
.TagClassName
{
border-color: #D12EEB;
}
</style>