Shades of Medium Orchid #D14AEE
Tints of Medium Orchid #D14AEE
RGB
CMYK
RGB Variations
Color information
#D14AEE (or 0xD14AEE) is known color: Medium Orchid. HEX triplet: D1, 4A and EE. RGB value is (209,74,238). Sum of RGB (Red+Green+Blue) = 209+74+238=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #D14AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AEE is #2EB511. Grayscale: #848484. Windows color (decimal): -3061010 or 15616721. OLE color: 15616721.
HSL color Cylindrical-coordinate representation of color #D14AEE: hue angle of 289.39º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14AEE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 74 | 238 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.07 |
| HSL | 289.39º | 0.83% | 0.61% | - |
| HSV(B) | 289.39º | 0.69% | 0.93% | - |
| XYZ | 44.18 | 24.63 | 83.31 | - |
| YUV | 133.06 | 187.23 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 238 | 0.12 | 0.69 | 0 | 0.07 | 289.39 | 0.83 | 0.61 |
| Hex | D1 | 4A | EE | C | 45 | 0 | 7 | 121 | 53 | 3D |
| Octal | 321 | 112 | 356 | 14 | 105 | 0 | 7 | 441 | 123 | 75 |
| Binary | 11010001 | 1001010 | 11101110 | 1100 | 1000101 | 0 | 111 | 100100001 | 1010011 | 111101 |
Color Harmonies of #D14AEE
Complementary color
Monochromatic Colors of #D14AEE
Black with #D14AEE
Text Example
Text Example
White with #D14AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AEE; }
p { color: rgb(209,74,238); }
H1.HeaderClassName
{
color: #D14AEE;
}
.AnyTagClassName
{
color: #D14AEE;
}
</style>
background-color css
<style>
a { background-color: #D14AEE; }
a { background-color: rgb(209,74,238); }
div.DivClassName
{
background-color: #D14AEE;
}
.BgClassName
{
background-color: #D14AEE;
}
</style>
border-color css
<style>
span { border-color: #D14AEE; }
span { border-color: rgb(209,74,238); }
td.TdClassName
{
border-color: #D14AEE;
}
.TagClassName
{
border-color: #D14AEE;
}
</style>