Shades of Medium Orchid #D14EF1
Tints of Medium Orchid #D14EF1
RGB
CMYK
RGB Variations
Color information
#D14EF1 (or 0xD14EF1) is known color: Medium Orchid. HEX triplet: D1, 4E and F1. RGB value is (209,78,241). Sum of RGB (Red+Green+Blue) = 209+78+241=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #D14EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EF1 is #2EB10E. Grayscale: #878787. Windows color (decimal): -3059983 or 15814353. OLE color: 15814353.
HSL color Cylindrical-coordinate representation of color #D14EF1: hue angle of 288.22º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14EF1 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 78 | 241 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.05 |
| HSL | 288.22º | 0.85% | 0.63% | - |
| HSV(B) | 288.22º | 0.68% | 0.95% | - |
| XYZ | 44.9 | 25.35 | 85.75 | - |
| YUV | 135.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 241 | 0.13 | 0.68 | 0 | 0.05 | 288.22 | 0.85 | 0.63 |
| Hex | D1 | 4E | F1 | D | 44 | 0 | 5 | 120 | 55 | 3F |
| Octal | 321 | 116 | 361 | 15 | 104 | 0 | 5 | 440 | 125 | 77 |
| Binary | 11010001 | 1001110 | 11110001 | 1101 | 1000100 | 0 | 101 | 100100000 | 1010101 | 111111 |
Color Harmonies of #D14EF1
Complementary color
Monochromatic Colors of #D14EF1
Black with #D14EF1
Text Example
Text Example
White with #D14EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EF1; }
p { color: rgb(209,78,241); }
H1.HeaderClassName
{
color: #D14EF1;
}
.AnyTagClassName
{
color: #D14EF1;
}
</style>
background-color css
<style>
a { background-color: #D14EF1; }
a { background-color: rgb(209,78,241); }
div.DivClassName
{
background-color: #D14EF1;
}
.BgClassName
{
background-color: #D14EF1;
}
</style>
border-color css
<style>
span { border-color: #D14EF1; }
span { border-color: rgb(209,78,241); }
td.TdClassName
{
border-color: #D14EF1;
}
.TagClassName
{
border-color: #D14EF1;
}
</style>