Shades of Medium Orchid #D14EF2
Tints of Medium Orchid #D14EF2
RGB
CMYK
RGB Variations
Color information
#D14EF2 (or 0xD14EF2) is known color: Medium Orchid. HEX triplet: D1, 4E and F2. RGB value is (209,78,242). Sum of RGB (Red+Green+Blue) = 209+78+242=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #D14EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EF2 is #2EB10D. Grayscale: #878787. Windows color (decimal): -3059982 or 15879889. OLE color: 15879889.
HSL color Cylindrical-coordinate representation of color #D14EF2: hue angle of 287.93º degrees, saturation: 0.86, 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 #D14EF2 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 78 | 242 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.05 |
| HSL | 287.93º | 0.86% | 0.63% | - |
| HSV(B) | 287.93º | 0.68% | 0.95% | - |
| XYZ | 45.05 | 25.41 | 86.54 | - |
| YUV | 135.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 242 | 0.14 | 0.68 | 0 | 0.05 | 287.93 | 0.86 | 0.63 |
| Hex | D1 | 4E | F2 | E | 44 | 0 | 5 | 120 | 56 | 3F |
| Octal | 321 | 116 | 362 | 16 | 104 | 0 | 5 | 440 | 126 | 77 |
| Binary | 11010001 | 1001110 | 11110010 | 1110 | 1000100 | 0 | 101 | 100100000 | 1010110 | 111111 |
Color Harmonies of #D14EF2
Complementary color
Monochromatic Colors of #D14EF2
Black with #D14EF2
Text Example
Text Example
White with #D14EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EF2; }
p { color: rgb(209,78,242); }
H1.HeaderClassName
{
color: #D14EF2;
}
.AnyTagClassName
{
color: #D14EF2;
}
</style>
background-color css
<style>
a { background-color: #D14EF2; }
a { background-color: rgb(209,78,242); }
div.DivClassName
{
background-color: #D14EF2;
}
.BgClassName
{
background-color: #D14EF2;
}
</style>
border-color css
<style>
span { border-color: #D14EF2; }
span { border-color: rgb(209,78,242); }
td.TdClassName
{
border-color: #D14EF2;
}
.TagClassName
{
border-color: #D14EF2;
}
</style>