Shades of Medium Orchid #D14EED
Tints of Medium Orchid #D14EED
RGB
CMYK
RGB Variations
Color information
#D14EED (or 0xD14EED) is known color: Medium Orchid. HEX triplet: D1, 4E and ED. RGB value is (209,78,237). Sum of RGB (Red+Green+Blue) = 209+78+237=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EED is #2EB112. Grayscale: #868686. Windows color (decimal): -3059987 or 15552209. OLE color: 15552209.
HSL color Cylindrical-coordinate representation of color #D14EED: hue angle of 289.43º degrees, saturation: 0.82, 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 #D14EED is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 78 | 237 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.07 |
| HSL | 289.43º | 0.82% | 0.62% | - |
| HSV(B) | 289.43º | 0.67% | 0.93% | - |
| XYZ | 44.3 | 25.12 | 82.63 | - |
| YUV | 135.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 237 | 0.12 | 0.67 | 0 | 0.07 | 289.43 | 0.82 | 0.62 |
| Hex | D1 | 4E | ED | C | 43 | 0 | 7 | 121 | 52 | 3E |
| Octal | 321 | 116 | 355 | 14 | 103 | 0 | 7 | 441 | 122 | 76 |
| Binary | 11010001 | 1001110 | 11101101 | 1100 | 1000011 | 0 | 111 | 100100001 | 1010010 | 111110 |
Color Harmonies of #D14EED
Complementary color
Monochromatic Colors of #D14EED
Black with #D14EED
Text Example
Text Example
White with #D14EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EED; }
p { color: rgb(209,78,237); }
H1.HeaderClassName
{
color: #D14EED;
}
.AnyTagClassName
{
color: #D14EED;
}
</style>
background-color css
<style>
a { background-color: #D14EED; }
a { background-color: rgb(209,78,237); }
div.DivClassName
{
background-color: #D14EED;
}
.BgClassName
{
background-color: #D14EED;
}
</style>
border-color css
<style>
span { border-color: #D14EED; }
span { border-color: rgb(209,78,237); }
td.TdClassName
{
border-color: #D14EED;
}
.TagClassName
{
border-color: #D14EED;
}
</style>