Shades of Medium Orchid #D14EEC
Tints of Medium Orchid #D14EEC
RGB
CMYK
RGB Variations
Color information
#D14EEC (or 0xD14EEC) is known color: Medium Orchid. HEX triplet: D1, 4E and EC. RGB value is (209,78,236). Sum of RGB (Red+Green+Blue) = 209+78+236=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 78 (30.86% from 255 or 14.91% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EEC is #2EB113. Grayscale: #868686. Windows color (decimal): -3059988 or 15486673. OLE color: 15486673.
HSL color Cylindrical-coordinate representation of color #D14EEC: hue angle of 289.75º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14EEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 78 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 289.75º | 0.81% | 0.62% | - |
| HSV(B) | 289.75º | 0.67% | 0.93% | - |
| XYZ | 44.16 | 25.06 | 81.87 | - |
| YUV | 135.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 236 | 0.11 | 0.67 | 0 | 0.07 | 289.75 | 0.81 | 0.62 |
| Hex | D1 | 4E | EC | B | 43 | 0 | 7 | 122 | 51 | 3E |
| Octal | 321 | 116 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 76 |
| Binary | 11010001 | 1001110 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111110 |
Color Harmonies of #D14EEC
Complementary color
Monochromatic Colors of #D14EEC
Black with #D14EEC
Text Example
Text Example
White with #D14EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EEC; }
p { color: rgb(209,78,236); }
H1.HeaderClassName
{
color: #D14EEC;
}
.AnyTagClassName
{
color: #D14EEC;
}
</style>
background-color css
<style>
a { background-color: #D14EEC; }
a { background-color: rgb(209,78,236); }
div.DivClassName
{
background-color: #D14EEC;
}
.BgClassName
{
background-color: #D14EEC;
}
</style>
border-color css
<style>
span { border-color: #D14EEC; }
span { border-color: rgb(209,78,236); }
td.TdClassName
{
border-color: #D14EEC;
}
.TagClassName
{
border-color: #D14EEC;
}
</style>