Shades of Medium Orchid #D14EE3
Tints of Medium Orchid #D14EE3
RGB
CMYK
RGB Variations
Color information
#D14EE3 (or 0xD14EE3) is known color: Medium Orchid. HEX triplet: D1, 4E and E3. RGB value is (209,78,227). Sum of RGB (Red+Green+Blue) = 209+78+227=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #D14EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D14EE3 is #2EB11C. Grayscale: #858585. Windows color (decimal): -3059997 or 14896849. OLE color: 14896849.
HSL color Cylindrical-coordinate representation of color #D14EE3: hue angle of 292.75º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14EE3 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 78 | 227 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.11 |
| HSL | 292.75º | 0.73% | 0.6% | - |
| HSV(B) | 292.75º | 0.66% | 0.89% | - |
| XYZ | 42.88 | 24.55 | 75.15 | - |
| YUV | 134.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 227 | 0.08 | 0.66 | 0 | 0.11 | 292.75 | 0.73 | 0.6 |
| Hex | D1 | 4E | E3 | 8 | 42 | 0 | B | 125 | 49 | 3C |
| Octal | 321 | 116 | 343 | 10 | 102 | 0 | 13 | 445 | 111 | 74 |
| Binary | 11010001 | 1001110 | 11100011 | 1000 | 1000010 | 0 | 1011 | 100100101 | 1001001 | 111100 |
Color Harmonies of #D14EE3
Complementary color
Monochromatic Colors of #D14EE3
Black with #D14EE3
Text Example
Text Example
White with #D14EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EE3; }
p { color: rgb(209,78,227); }
H1.HeaderClassName
{
color: #D14EE3;
}
.AnyTagClassName
{
color: #D14EE3;
}
</style>
background-color css
<style>
a { background-color: #D14EE3; }
a { background-color: rgb(209,78,227); }
div.DivClassName
{
background-color: #D14EE3;
}
.BgClassName
{
background-color: #D14EE3;
}
</style>
border-color css
<style>
span { border-color: #D14EE3; }
span { border-color: rgb(209,78,227); }
td.TdClassName
{
border-color: #D14EE3;
}
.TagClassName
{
border-color: #D14EE3;
}
</style>