Shades of Medium Orchid #D14DEC
Tints of Medium Orchid #D14DEC
RGB
CMYK
RGB Variations
Color information
#D14DEC (or 0xD14DEC) is known color: Medium Orchid. HEX triplet: D1, 4D and EC. RGB value is (209,77,236). Sum of RGB (Red+Green+Blue) = 209+77+236=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DEC is #2EB213. Grayscale: #868686. Windows color (decimal): -3060244 or 15486417. OLE color: 15486417.
HSL color Cylindrical-coordinate representation of color #D14DEC: hue angle of 289.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14DEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 77 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 289.81º | 0.81% | 0.61% | - |
| HSV(B) | 289.81º | 0.67% | 0.93% | - |
| XYZ | 44.09 | 24.92 | 81.84 | - |
| YUV | 134.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 236 | 0.11 | 0.67 | 0 | 0.07 | 289.81 | 0.81 | 0.61 |
| Hex | D1 | 4D | EC | B | 43 | 0 | 7 | 122 | 51 | 3D |
| Octal | 321 | 115 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 75 |
| Binary | 11010001 | 1001101 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111101 |
Color Harmonies of #D14DEC
Complementary color
Monochromatic Colors of #D14DEC
Black with #D14DEC
Text Example
Text Example
White with #D14DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DEC; }
p { color: rgb(209,77,236); }
H1.HeaderClassName
{
color: #D14DEC;
}
.AnyTagClassName
{
color: #D14DEC;
}
</style>
background-color css
<style>
a { background-color: #D14DEC; }
a { background-color: rgb(209,77,236); }
div.DivClassName
{
background-color: #D14DEC;
}
.BgClassName
{
background-color: #D14DEC;
}
</style>
border-color css
<style>
span { border-color: #D14DEC; }
span { border-color: rgb(209,77,236); }
td.TdClassName
{
border-color: #D14DEC;
}
.TagClassName
{
border-color: #D14DEC;
}
</style>