Shades of Medium Orchid #D14EEB
Tints of Medium Orchid #D14EEB
RGB
CMYK
RGB Variations
Color information
#D14EEB (or 0xD14EEB) is known color: Medium Orchid. HEX triplet: D1, 4E and EB. RGB value is (209,78,235). Sum of RGB (Red+Green+Blue) = 209+78+235=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #D14EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EEB is #2EB114. Grayscale: #868686. Windows color (decimal): -3059989 or 15421137. OLE color: 15421137.
HSL color Cylindrical-coordinate representation of color #D14EEB: hue angle of 290.06º degrees, saturation: 0.8, 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 #D14EEB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 78 | 235 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.08 |
| HSL | 290.06º | 0.8% | 0.61% | - |
| HSV(B) | 290.06º | 0.67% | 0.92% | - |
| XYZ | 44.01 | 25 | 81.1 | - |
| YUV | 135.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 235 | 0.11 | 0.67 | 0 | 0.08 | 290.06 | 0.8 | 0.61 |
| Hex | D1 | 4E | EB | B | 43 | 0 | 8 | 122 | 50 | 3D |
| Octal | 321 | 116 | 353 | 13 | 103 | 0 | 10 | 442 | 120 | 75 |
| Binary | 11010001 | 1001110 | 11101011 | 1011 | 1000011 | 0 | 1000 | 100100010 | 1010000 | 111101 |
Color Harmonies of #D14EEB
Complementary color
Monochromatic Colors of #D14EEB
Black with #D14EEB
Text Example
Text Example
White with #D14EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EEB; }
p { color: rgb(209,78,235); }
H1.HeaderClassName
{
color: #D14EEB;
}
.AnyTagClassName
{
color: #D14EEB;
}
</style>
background-color css
<style>
a { background-color: #D14EEB; }
a { background-color: rgb(209,78,235); }
div.DivClassName
{
background-color: #D14EEB;
}
.BgClassName
{
background-color: #D14EEB;
}
</style>
border-color css
<style>
span { border-color: #D14EEB; }
span { border-color: rgb(209,78,235); }
td.TdClassName
{
border-color: #D14EEB;
}
.TagClassName
{
border-color: #D14EEB;
}
</style>