Shades of Medium Orchid #D14DED
Tints of Medium Orchid #D14DED
RGB
CMYK
RGB Variations
Color information
#D14DED (or 0xD14DED) is known color: Medium Orchid. HEX triplet: D1, 4D and ED. RGB value is (209,77,237). Sum of RGB (Red+Green+Blue) = 209+77+237=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DED is #2EB212. Grayscale: #868686. Windows color (decimal): -3060243 or 15551953. OLE color: 15551953.
HSL color Cylindrical-coordinate representation of color #D14DED: hue angle of 289.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14DED is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 77 | 237 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.07 |
| HSL | 289.5º | 0.82% | 0.62% | - |
| HSV(B) | 289.5º | 0.68% | 0.93% | - |
| XYZ | 44.23 | 24.98 | 82.61 | - |
| YUV | 134.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 237 | 0.12 | 0.68 | 0 | 0.07 | 289.5 | 0.82 | 0.62 |
| Hex | D1 | 4D | ED | C | 44 | 0 | 7 | 122 | 52 | 3E |
| Octal | 321 | 115 | 355 | 14 | 104 | 0 | 7 | 442 | 122 | 76 |
| Binary | 11010001 | 1001101 | 11101101 | 1100 | 1000100 | 0 | 111 | 100100010 | 1010010 | 111110 |
Color Harmonies of #D14DED
Complementary color
Monochromatic Colors of #D14DED
Black with #D14DED
Text Example
Text Example
White with #D14DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DED; }
p { color: rgb(209,77,237); }
H1.HeaderClassName
{
color: #D14DED;
}
.AnyTagClassName
{
color: #D14DED;
}
</style>
background-color css
<style>
a { background-color: #D14DED; }
a { background-color: rgb(209,77,237); }
div.DivClassName
{
background-color: #D14DED;
}
.BgClassName
{
background-color: #D14DED;
}
</style>
border-color css
<style>
span { border-color: #D14DED; }
span { border-color: rgb(209,77,237); }
td.TdClassName
{
border-color: #D14DED;
}
.TagClassName
{
border-color: #D14DED;
}
</style>