Shades of Medium Orchid #D14EEF
Tints of Medium Orchid #D14EEF
RGB
CMYK
RGB Variations
Color information
#D14EEF (or 0xD14EEF) is known color: Medium Orchid. HEX triplet: D1, 4E and EF. RGB value is (209,78,239). Sum of RGB (Red+Green+Blue) = 209+78+239=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 78 (30.86% from 255 or 14.83% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #D14EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EEF is #2EB110. Grayscale: #878787. Windows color (decimal): -3059985 or 15683281. OLE color: 15683281.
HSL color Cylindrical-coordinate representation of color #D14EEF: hue angle of 288.82º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14EEF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 78 | 239 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.06 |
| HSL | 288.82º | 0.83% | 0.62% | - |
| HSV(B) | 288.82º | 0.67% | 0.94% | - |
| XYZ | 44.6 | 25.24 | 84.18 | - |
| YUV | 135.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 239 | 0.13 | 0.67 | 0 | 0.06 | 288.82 | 0.83 | 0.62 |
| Hex | D1 | 4E | EF | D | 43 | 0 | 6 | 121 | 53 | 3E |
| Octal | 321 | 116 | 357 | 15 | 103 | 0 | 6 | 441 | 123 | 76 |
| Binary | 11010001 | 1001110 | 11101111 | 1101 | 1000011 | 0 | 110 | 100100001 | 1010011 | 111110 |
Color Harmonies of #D14EEF
Complementary color
Monochromatic Colors of #D14EEF
Black with #D14EEF
Text Example
Text Example
White with #D14EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EEF; }
p { color: rgb(209,78,239); }
H1.HeaderClassName
{
color: #D14EEF;
}
.AnyTagClassName
{
color: #D14EEF;
}
</style>
background-color css
<style>
a { background-color: #D14EEF; }
a { background-color: rgb(209,78,239); }
div.DivClassName
{
background-color: #D14EEF;
}
.BgClassName
{
background-color: #D14EEF;
}
</style>
border-color css
<style>
span { border-color: #D14EEF; }
span { border-color: rgb(209,78,239); }
td.TdClassName
{
border-color: #D14EEF;
}
.TagClassName
{
border-color: #D14EEF;
}
</style>