Shades of Medium Orchid #D14FEC
Tints of Medium Orchid #D14FEC
RGB
CMYK
RGB Variations
Color information
#D14FEC (or 0xD14FEC) is known color: Medium Orchid. HEX triplet: D1, 4F and EC. RGB value is (209,79,236). Sum of RGB (Red+Green+Blue) = 209+79+236=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #D14FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FEC is #2EB013. Grayscale: #878787. Windows color (decimal): -3059732 or 15486929. OLE color: 15486929.
HSL color Cylindrical-coordinate representation of color #D14FEC: hue angle of 289.68º 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 #D14FEC is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 79 | 236 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.07 |
| HSL | 289.68º | 0.81% | 0.62% | - |
| HSV(B) | 289.68º | 0.67% | 0.93% | - |
| XYZ | 44.23 | 25.2 | 81.89 | - |
| YUV | 135.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 236 | 0.11 | 0.67 | 0 | 0.07 | 289.68 | 0.81 | 0.62 |
| Hex | D1 | 4F | EC | B | 43 | 0 | 7 | 122 | 51 | 3E |
| Octal | 321 | 117 | 354 | 13 | 103 | 0 | 7 | 442 | 121 | 76 |
| Binary | 11010001 | 1001111 | 11101100 | 1011 | 1000011 | 0 | 111 | 100100010 | 1010001 | 111110 |
Color Harmonies of #D14FEC
Complementary color
Monochromatic Colors of #D14FEC
Black with #D14FEC
Text Example
Text Example
White with #D14FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FEC; }
p { color: rgb(209,79,236); }
H1.HeaderClassName
{
color: #D14FEC;
}
.AnyTagClassName
{
color: #D14FEC;
}
</style>
background-color css
<style>
a { background-color: #D14FEC; }
a { background-color: rgb(209,79,236); }
div.DivClassName
{
background-color: #D14FEC;
}
.BgClassName
{
background-color: #D14FEC;
}
</style>
border-color css
<style>
span { border-color: #D14FEC; }
span { border-color: rgb(209,79,236); }
td.TdClassName
{
border-color: #D14FEC;
}
.TagClassName
{
border-color: #D14FEC;
}
</style>