Shades of Medium Orchid #D147F0
Tints of Medium Orchid #D147F0
RGB
CMYK
RGB Variations
Color information
#D147F0 (or 0xD147F0) is known color: Medium Orchid. HEX triplet: D1, 47 and F0. RGB value is (209,71,240). Sum of RGB (Red+Green+Blue) = 209+71+240=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #D147F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D147F0 is #2EB80F. Grayscale: #828282. Windows color (decimal): -3061776 or 15747025. OLE color: 15747025.
HSL color Cylindrical-coordinate representation of color #D147F0: hue angle of 288.99º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D147F0 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 71 | 240 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.06 |
| HSL | 288.99º | 0.85% | 0.61% | - |
| HSV(B) | 288.99º | 0.7% | 0.94% | - |
| XYZ | 44.28 | 24.35 | 84.81 | - |
| YUV | 131.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 240 | 0.13 | 0.70 | 0 | 0.06 | 288.99 | 0.85 | 0.61 |
| Hex | D1 | 47 | F0 | D | 46 | 0 | 6 | 121 | 55 | 3D |
| Octal | 321 | 107 | 360 | 15 | 106 | 0 | 6 | 441 | 125 | 75 |
| Binary | 11010001 | 1000111 | 11110000 | 1101 | 1000110 | 0 | 110 | 100100001 | 1010101 | 111101 |
Color Harmonies of #D147F0
Complementary color
Monochromatic Colors of #D147F0
Black with #D147F0
Text Example
Text Example
White with #D147F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147F0; }
p { color: rgb(209,71,240); }
H1.HeaderClassName
{
color: #D147F0;
}
.AnyTagClassName
{
color: #D147F0;
}
</style>
background-color css
<style>
a { background-color: #D147F0; }
a { background-color: rgb(209,71,240); }
div.DivClassName
{
background-color: #D147F0;
}
.BgClassName
{
background-color: #D147F0;
}
</style>
border-color css
<style>
span { border-color: #D147F0; }
span { border-color: rgb(209,71,240); }
td.TdClassName
{
border-color: #D147F0;
}
.TagClassName
{
border-color: #D147F0;
}
</style>