Shades of Medium Orchid #D13EEF
Tints of Medium Orchid #D13EEF
RGB
CMYK
RGB Variations
Color information
#D13EEF (or 0xD13EEF) is known color: Medium Orchid. HEX triplet: D1, 3E and EF. RGB value is (209,62,239). Sum of RGB (Red+Green+Blue) = 209+62+239=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #D13EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EEF is #2EC110. Grayscale: #7D7D7D. Windows color (decimal): -3064081 or 15679185. OLE color: 15679185.
HSL color Cylindrical-coordinate representation of color #D13EEF: hue angle of 289.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13EEF is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 62 | 239 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.06 |
| HSL | 289.83º | 0.85% | 0.59% | - |
| HSV(B) | 289.83º | 0.74% | 0.94% | - |
| XYZ | 43.6 | 23.23 | 83.85 | - |
| YUV | 126.13 | 191.7 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 239 | 0.13 | 0.74 | 0 | 0.06 | 289.83 | 0.85 | 0.59 |
| Hex | D1 | 3E | EF | D | 4A | 0 | 6 | 122 | 55 | 3B |
| Octal | 321 | 76 | 357 | 15 | 112 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010001 | 111110 | 11101111 | 1101 | 1001010 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D13EEF
Complementary color
Monochromatic Colors of #D13EEF
Black with #D13EEF
Text Example
Text Example
White with #D13EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EEF; }
p { color: rgb(209,62,239); }
H1.HeaderClassName
{
color: #D13EEF;
}
.AnyTagClassName
{
color: #D13EEF;
}
</style>
background-color css
<style>
a { background-color: #D13EEF; }
a { background-color: rgb(209,62,239); }
div.DivClassName
{
background-color: #D13EEF;
}
.BgClassName
{
background-color: #D13EEF;
}
</style>
border-color css
<style>
span { border-color: #D13EEF; }
span { border-color: rgb(209,62,239); }
td.TdClassName
{
border-color: #D13EEF;
}
.TagClassName
{
border-color: #D13EEF;
}
</style>