Shades of Medium Orchid #D14FED
Tints of Medium Orchid #D14FED
RGB
CMYK
RGB Variations
Color information
#D14FED (or 0xD14FED) is known color: Medium Orchid. HEX triplet: D1, 4F and ED. RGB value is (209,79,237). Sum of RGB (Red+Green+Blue) = 209+79+237=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D14FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FED is #2EB012. Grayscale: #878787. Windows color (decimal): -3059731 or 15552465. OLE color: 15552465.
HSL color Cylindrical-coordinate representation of color #D14FED: hue angle of 289.37º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14FED is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 79 | 237 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.07 |
| HSL | 289.37º | 0.81% | 0.62% | - |
| HSV(B) | 289.37º | 0.67% | 0.93% | - |
| XYZ | 44.38 | 25.26 | 82.66 | - |
| YUV | 135.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 237 | 0.12 | 0.67 | 0 | 0.07 | 289.37 | 0.81 | 0.62 |
| Hex | D1 | 4F | ED | C | 43 | 0 | 7 | 121 | 51 | 3E |
| Octal | 321 | 117 | 355 | 14 | 103 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11010001 | 1001111 | 11101101 | 1100 | 1000011 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #D14FED
Complementary color
Monochromatic Colors of #D14FED
Black with #D14FED
Text Example
Text Example
White with #D14FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FED; }
p { color: rgb(209,79,237); }
H1.HeaderClassName
{
color: #D14FED;
}
.AnyTagClassName
{
color: #D14FED;
}
</style>
background-color css
<style>
a { background-color: #D14FED; }
a { background-color: rgb(209,79,237); }
div.DivClassName
{
background-color: #D14FED;
}
.BgClassName
{
background-color: #D14FED;
}
</style>
border-color css
<style>
span { border-color: #D14FED; }
span { border-color: rgb(209,79,237); }
td.TdClassName
{
border-color: #D14FED;
}
.TagClassName
{
border-color: #D14FED;
}
</style>