Shades of Medium Orchid #D147E5
Tints of Medium Orchid #D147E5
RGB
CMYK
RGB Variations
Color information
#D147E5 (or 0xD147E5) is known color: Medium Orchid. HEX triplet: D1, 47 and E5. RGB value is (209,71,229). Sum of RGB (Red+Green+Blue) = 209+71+229=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #D147E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147E5 is #2EB81A. Grayscale: #818181. Windows color (decimal): -3061787 or 15026129. OLE color: 15026129.
HSL color Cylindrical-coordinate representation of color #D147E5: hue angle of 292.41º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D147E5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 71 | 229 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.10 |
| HSL | 292.41º | 0.75% | 0.59% | - |
| HSV(B) | 292.41º | 0.69% | 0.9% | - |
| XYZ | 42.69 | 23.72 | 76.46 | - |
| YUV | 130.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 229 | 0.09 | 0.69 | 0 | 0.10 | 292.41 | 0.75 | 0.59 |
| Hex | D1 | 47 | E5 | 9 | 45 | 0 | A | 124 | 4B | 3B |
| Octal | 321 | 107 | 345 | 11 | 105 | 0 | 12 | 444 | 113 | 73 |
| Binary | 11010001 | 1000111 | 11100101 | 1001 | 1000101 | 0 | 1010 | 100100100 | 1001011 | 111011 |
Color Harmonies of #D147E5
Complementary color
Monochromatic Colors of #D147E5
Black with #D147E5
Text Example
Text Example
White with #D147E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D147E5; }
p { color: rgb(209,71,229); }
H1.HeaderClassName
{
color: #D147E5;
}
.AnyTagClassName
{
color: #D147E5;
}
</style>
background-color css
<style>
a { background-color: #D147E5; }
a { background-color: rgb(209,71,229); }
div.DivClassName
{
background-color: #D147E5;
}
.BgClassName
{
background-color: #D147E5;
}
</style>
border-color css
<style>
span { border-color: #D147E5; }
span { border-color: rgb(209,71,229); }
td.TdClassName
{
border-color: #D147E5;
}
.TagClassName
{
border-color: #D147E5;
}
</style>