Shades of Medium Orchid #D14DF4
Tints of Medium Orchid #D14DF4
RGB
CMYK
RGB Variations
Color information
#D14DF4 (or 0xD14DF4) is known color: Medium Orchid. HEX triplet: D1, 4D and F4. RGB value is (209,77,244). Sum of RGB (Red+Green+Blue) = 209+77+244=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #D14DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DF4 is #2EB20B. Grayscale: #868686. Windows color (decimal): -3060236 or 16010705. OLE color: 16010705.
HSL color Cylindrical-coordinate representation of color #D14DF4: hue angle of 287.43º 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 #D14DF4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 77 | 244 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.04 |
| HSL | 287.43º | 0.88% | 0.63% | - |
| HSV(B) | 287.43º | 0.68% | 0.96% | - |
| XYZ | 45.28 | 25.39 | 88.1 | - |
| YUV | 135.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 244 | 0.14 | 0.68 | 0 | 0.04 | 287.43 | 0.88 | 0.63 |
| Hex | D1 | 4D | F4 | E | 44 | 0 | 4 | 11F | 58 | 3F |
| Octal | 321 | 115 | 364 | 16 | 104 | 0 | 4 | 437 | 130 | 77 |
| Binary | 11010001 | 1001101 | 11110100 | 1110 | 1000100 | 0 | 100 | 100011111 | 1011000 | 111111 |
Color Harmonies of #D14DF4
Complementary color
Monochromatic Colors of #D14DF4
Black with #D14DF4
Text Example
Text Example
White with #D14DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DF4; }
p { color: rgb(209,77,244); }
H1.HeaderClassName
{
color: #D14DF4;
}
.AnyTagClassName
{
color: #D14DF4;
}
</style>
background-color css
<style>
a { background-color: #D14DF4; }
a { background-color: rgb(209,77,244); }
div.DivClassName
{
background-color: #D14DF4;
}
.BgClassName
{
background-color: #D14DF4;
}
</style>
border-color css
<style>
span { border-color: #D14DF4; }
span { border-color: rgb(209,77,244); }
td.TdClassName
{
border-color: #D14DF4;
}
.TagClassName
{
border-color: #D14DF4;
}
</style>