Shades of Medium Orchid #D13FE7
Tints of Medium Orchid #D13FE7
RGB
CMYK
RGB Variations
Color information
#D13FE7 (or 0xD13FE7) is known color: Medium Orchid. HEX triplet: D1, 3F and E7. RGB value is (209,63,231). Sum of RGB (Red+Green+Blue) = 209+63+231=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #D13FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FE7 is #2EC018. Grayscale: #7D7D7D. Windows color (decimal): -3063833 or 15155153. OLE color: 15155153.
HSL color Cylindrical-coordinate representation of color #D13FE7: hue angle of 292.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13FE7 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 63 | 231 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.09 |
| HSL | 292.14º | 0.78% | 0.58% | - |
| HSV(B) | 292.14º | 0.73% | 0.91% | - |
| XYZ | 42.5 | 22.88 | 77.78 | - |
| YUV | 125.81 | 187.37 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 231 | 0.10 | 0.73 | 0 | 0.09 | 292.14 | 0.78 | 0.58 |
| Hex | D1 | 3F | E7 | A | 49 | 0 | 9 | 124 | 4E | 3A |
| Octal | 321 | 77 | 347 | 12 | 111 | 0 | 11 | 444 | 116 | 72 |
| Binary | 11010001 | 111111 | 11100111 | 1010 | 1001001 | 0 | 1001 | 100100100 | 1001110 | 111010 |
Color Harmonies of #D13FE7
Complementary color
Monochromatic Colors of #D13FE7
Black with #D13FE7
Text Example
Text Example
White with #D13FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FE7; }
p { color: rgb(209,63,231); }
H1.HeaderClassName
{
color: #D13FE7;
}
.AnyTagClassName
{
color: #D13FE7;
}
</style>
background-color css
<style>
a { background-color: #D13FE7; }
a { background-color: rgb(209,63,231); }
div.DivClassName
{
background-color: #D13FE7;
}
.BgClassName
{
background-color: #D13FE7;
}
</style>
border-color css
<style>
span { border-color: #D13FE7; }
span { border-color: rgb(209,63,231); }
td.TdClassName
{
border-color: #D13FE7;
}
.TagClassName
{
border-color: #D13FE7;
}
</style>