Shades of Medium Orchid #D13FE5
Tints of Medium Orchid #D13FE5
RGB
CMYK
RGB Variations
Color information
#D13FE5 (or 0xD13FE5) is known color: Medium Orchid. HEX triplet: D1, 3F and E5. RGB value is (209,63,229). Sum of RGB (Red+Green+Blue) = 209+63+229=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #D13FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13FE5 is #2EC01A. Grayscale: #7D7D7D. Windows color (decimal): -3063835 or 15024081. OLE color: 15024081.
HSL color Cylindrical-coordinate representation of color #D13FE5: hue angle of 292.77º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13FE5 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 63 | 229 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.10 |
| HSL | 292.77º | 0.76% | 0.57% | - |
| HSV(B) | 292.77º | 0.72% | 0.9% | - |
| XYZ | 42.21 | 22.77 | 76.3 | - |
| YUV | 125.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 229 | 0.09 | 0.72 | 0 | 0.10 | 292.77 | 0.76 | 0.57 |
| Hex | D1 | 3F | E5 | 9 | 48 | 0 | A | 125 | 4C | 39 |
| Octal | 321 | 77 | 345 | 11 | 110 | 0 | 12 | 445 | 114 | 71 |
| Binary | 11010001 | 111111 | 11100101 | 1001 | 1001000 | 0 | 1010 | 100100101 | 1001100 | 111001 |
Color Harmonies of #D13FE5
Complementary color
Monochromatic Colors of #D13FE5
Black with #D13FE5
Text Example
Text Example
White with #D13FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FE5; }
p { color: rgb(209,63,229); }
H1.HeaderClassName
{
color: #D13FE5;
}
.AnyTagClassName
{
color: #D13FE5;
}
</style>
background-color css
<style>
a { background-color: #D13FE5; }
a { background-color: rgb(209,63,229); }
div.DivClassName
{
background-color: #D13FE5;
}
.BgClassName
{
background-color: #D13FE5;
}
</style>
border-color css
<style>
span { border-color: #D13FE5; }
span { border-color: rgb(209,63,229); }
td.TdClassName
{
border-color: #D13FE5;
}
.TagClassName
{
border-color: #D13FE5;
}
</style>