Shades of Medium Orchid #D14FE6
Tints of Medium Orchid #D14FE6
RGB
CMYK
RGB Variations
Color information
#D14FE6 (or 0xD14FE6) is known color: Medium Orchid. HEX triplet: D1, 4F and E6. RGB value is (209,79,230). Sum of RGB (Red+Green+Blue) = 209+79+230=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #D14FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FE6 is #2EB019. Grayscale: #868686. Windows color (decimal): -3059738 or 15093713. OLE color: 15093713.
HSL color Cylindrical-coordinate representation of color #D14FE6: hue angle of 291.66º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14FE6 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 79 | 230 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.10 |
| HSL | 291.66º | 0.75% | 0.61% | - |
| HSV(B) | 291.66º | 0.66% | 0.9% | - |
| XYZ | 43.37 | 24.86 | 77.38 | - |
| YUV | 135.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 230 | 0.09 | 0.66 | 0 | 0.10 | 291.66 | 0.75 | 0.61 |
| Hex | D1 | 4F | E6 | 9 | 42 | 0 | A | 124 | 4B | 3D |
| Octal | 321 | 117 | 346 | 11 | 102 | 0 | 12 | 444 | 113 | 75 |
| Binary | 11010001 | 1001111 | 11100110 | 1001 | 1000010 | 0 | 1010 | 100100100 | 1001011 | 111101 |
Color Harmonies of #D14FE6
Complementary color
Monochromatic Colors of #D14FE6
Black with #D14FE6
Text Example
Text Example
White with #D14FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FE6; }
p { color: rgb(209,79,230); }
H1.HeaderClassName
{
color: #D14FE6;
}
.AnyTagClassName
{
color: #D14FE6;
}
</style>
background-color css
<style>
a { background-color: #D14FE6; }
a { background-color: rgb(209,79,230); }
div.DivClassName
{
background-color: #D14FE6;
}
.BgClassName
{
background-color: #D14FE6;
}
</style>
border-color css
<style>
span { border-color: #D14FE6; }
span { border-color: rgb(209,79,230); }
td.TdClassName
{
border-color: #D14FE6;
}
.TagClassName
{
border-color: #D14FE6;
}
</style>