Shades of Medium Orchid #D147EE
Tints of Medium Orchid #D147EE
RGB
CMYK
RGB Variations
Color information
#D147EE (or 0xD147EE) is known color: Medium Orchid. HEX triplet: D1, 47 and EE. RGB value is (209,71,238). Sum of RGB (Red+Green+Blue) = 209+71+238=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #D147EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D147EE is #2EB811. Grayscale: #828282. Windows color (decimal): -3061778 or 15615953. OLE color: 15615953.
HSL color Cylindrical-coordinate representation of color #D147EE: hue angle of 289.58º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D147EE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 71 | 238 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.07 |
| HSL | 289.58º | 0.83% | 0.61% | - |
| HSV(B) | 289.58º | 0.7% | 0.93% | - |
| XYZ | 43.98 | 24.23 | 83.25 | - |
| YUV | 131.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 238 | 0.12 | 0.70 | 0 | 0.07 | 289.58 | 0.83 | 0.61 |
| Hex | D1 | 47 | EE | C | 46 | 0 | 7 | 122 | 53 | 3D |
| Octal | 321 | 107 | 356 | 14 | 106 | 0 | 7 | 442 | 123 | 75 |
| Binary | 11010001 | 1000111 | 11101110 | 1100 | 1000110 | 0 | 111 | 100100010 | 1010011 | 111101 |
Color Harmonies of #D147EE
Complementary color
Monochromatic Colors of #D147EE
Black with #D147EE
Text Example
Text Example
White with #D147EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147EE; }
p { color: rgb(209,71,238); }
H1.HeaderClassName
{
color: #D147EE;
}
.AnyTagClassName
{
color: #D147EE;
}
</style>
background-color css
<style>
a { background-color: #D147EE; }
a { background-color: rgb(209,71,238); }
div.DivClassName
{
background-color: #D147EE;
}
.BgClassName
{
background-color: #D147EE;
}
</style>
border-color css
<style>
span { border-color: #D147EE; }
span { border-color: rgb(209,71,238); }
td.TdClassName
{
border-color: #D147EE;
}
.TagClassName
{
border-color: #D147EE;
}
</style>