Shades of Medium Orchid #D14EF4
Tints of Medium Orchid #D14EF4
RGB
CMYK
RGB Variations
Color information
#D14EF4 (or 0xD14EF4) is known color: Medium Orchid. HEX triplet: D1, 4E and F4. RGB value is (209,78,244). Sum of RGB (Red+Green+Blue) = 209+78+244=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #D14EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EF4 is #2EB10B. Grayscale: #878787. Windows color (decimal): -3059980 or 16010961. OLE color: 16010961.
HSL color Cylindrical-coordinate representation of color #D14EF4: hue angle of 287.35º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14EF4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 78 | 244 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.04 |
| HSL | 287.35º | 0.88% | 0.63% | - |
| HSV(B) | 287.35º | 0.68% | 0.96% | - |
| XYZ | 45.35 | 25.54 | 88.13 | - |
| YUV | 136.09 | 188.9 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 244 | 0.14 | 0.68 | 0 | 0.04 | 287.35 | 0.88 | 0.63 |
| Hex | D1 | 4E | F4 | E | 44 | 0 | 4 | 11F | 58 | 3F |
| Octal | 321 | 116 | 364 | 16 | 104 | 0 | 4 | 437 | 130 | 77 |
| Binary | 11010001 | 1001110 | 11110100 | 1110 | 1000100 | 0 | 100 | 100011111 | 1011000 | 111111 |
Color Harmonies of #D14EF4
Complementary color
Monochromatic Colors of #D14EF4
Black with #D14EF4
Text Example
Text Example
White with #D14EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EF4; }
p { color: rgb(209,78,244); }
H1.HeaderClassName
{
color: #D14EF4;
}
.AnyTagClassName
{
color: #D14EF4;
}
</style>
background-color css
<style>
a { background-color: #D14EF4; }
a { background-color: rgb(209,78,244); }
div.DivClassName
{
background-color: #D14EF4;
}
.BgClassName
{
background-color: #D14EF4;
}
</style>
border-color css
<style>
span { border-color: #D14EF4; }
span { border-color: rgb(209,78,244); }
td.TdClassName
{
border-color: #D14EF4;
}
.TagClassName
{
border-color: #D14EF4;
}
</style>