Shades of Medium Orchid #D14FEA
Tints of Medium Orchid #D14FEA
RGB
CMYK
RGB Variations
Color information
#D14FEA (or 0xD14FEA) is known color: Medium Orchid. HEX triplet: D1, 4F and EA. RGB value is (209,79,234). Sum of RGB (Red+Green+Blue) = 209+79+234=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FEA is #2EB015. Grayscale: #878787. Windows color (decimal): -3059734 or 15355857. OLE color: 15355857.
HSL color Cylindrical-coordinate representation of color #D14FEA: hue angle of 290.32º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14FEA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 79 | 234 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.08 |
| HSL | 290.32º | 0.79% | 0.61% | - |
| HSV(B) | 290.32º | 0.66% | 0.92% | - |
| XYZ | 43.94 | 25.09 | 80.37 | - |
| YUV | 135.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 234 | 0.11 | 0.66 | 0 | 0.08 | 290.32 | 0.79 | 0.61 |
| Hex | D1 | 4F | EA | B | 42 | 0 | 8 | 122 | 4F | 3D |
| Octal | 321 | 117 | 352 | 13 | 102 | 0 | 10 | 442 | 117 | 75 |
| Binary | 11010001 | 1001111 | 11101010 | 1011 | 1000010 | 0 | 1000 | 100100010 | 1001111 | 111101 |
Color Harmonies of #D14FEA
Complementary color
Monochromatic Colors of #D14FEA
Black with #D14FEA
Text Example
Text Example
White with #D14FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FEA; }
p { color: rgb(209,79,234); }
H1.HeaderClassName
{
color: #D14FEA;
}
.AnyTagClassName
{
color: #D14FEA;
}
</style>
background-color css
<style>
a { background-color: #D14FEA; }
a { background-color: rgb(209,79,234); }
div.DivClassName
{
background-color: #D14FEA;
}
.BgClassName
{
background-color: #D14FEA;
}
</style>
border-color css
<style>
span { border-color: #D14FEA; }
span { border-color: rgb(209,79,234); }
td.TdClassName
{
border-color: #D14FEA;
}
.TagClassName
{
border-color: #D14FEA;
}
</style>