Shades of Medium Orchid #D14EEA
Tints of Medium Orchid #D14EEA
RGB
CMYK
RGB Variations
Color information
#D14EEA (or 0xD14EEA) is known color: Medium Orchid. HEX triplet: D1, 4E and EA. RGB value is (209,78,234). Sum of RGB (Red+Green+Blue) = 209+78+234=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #D14EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EEA is #2EB115. Grayscale: #868686. Windows color (decimal): -3059990 or 15355601. OLE color: 15355601.
HSL color Cylindrical-coordinate representation of color #D14EEA: hue angle of 290.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14EEA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 78 | 234 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.08 |
| HSL | 290.38º | 0.79% | 0.61% | - |
| HSV(B) | 290.38º | 0.67% | 0.92% | - |
| XYZ | 43.87 | 24.94 | 80.34 | - |
| YUV | 134.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 234 | 0.11 | 0.67 | 0 | 0.08 | 290.38 | 0.79 | 0.61 |
| Hex | D1 | 4E | EA | B | 43 | 0 | 8 | 122 | 4F | 3D |
| Octal | 321 | 116 | 352 | 13 | 103 | 0 | 10 | 442 | 117 | 75 |
| Binary | 11010001 | 1001110 | 11101010 | 1011 | 1000011 | 0 | 1000 | 100100010 | 1001111 | 111101 |
Color Harmonies of #D14EEA
Complementary color
Monochromatic Colors of #D14EEA
Black with #D14EEA
Text Example
Text Example
White with #D14EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EEA; }
p { color: rgb(209,78,234); }
H1.HeaderClassName
{
color: #D14EEA;
}
.AnyTagClassName
{
color: #D14EEA;
}
</style>
background-color css
<style>
a { background-color: #D14EEA; }
a { background-color: rgb(209,78,234); }
div.DivClassName
{
background-color: #D14EEA;
}
.BgClassName
{
background-color: #D14EEA;
}
</style>
border-color css
<style>
span { border-color: #D14EEA; }
span { border-color: rgb(209,78,234); }
td.TdClassName
{
border-color: #D14EEA;
}
.TagClassName
{
border-color: #D14EEA;
}
</style>