Shades of Medium Orchid #D13BF1
Tints of Medium Orchid #D13BF1
RGB
CMYK
RGB Variations
Color information
#D13BF1 (or 0xD13BF1) is known color: Medium Orchid. HEX triplet: D1, 3B and F1. RGB value is (209,59,241). Sum of RGB (Red+Green+Blue) = 209+59+241=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #D13BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13BF1 is #2EC40E. Grayscale: #7C7C7C. Windows color (decimal): -3064847 or 15809489. OLE color: 15809489.
HSL color Cylindrical-coordinate representation of color #D13BF1: hue angle of 289.45º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13BF1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 59 | 241 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.05 |
| HSL | 289.45º | 0.87% | 0.59% | - |
| HSV(B) | 289.45º | 0.76% | 0.95% | - |
| XYZ | 43.74 | 23.03 | 85.36 | - |
| YUV | 124.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 241 | 0.13 | 0.76 | 0 | 0.05 | 289.45 | 0.87 | 0.59 |
| Hex | D1 | 3B | F1 | D | 4C | 0 | 5 | 121 | 57 | 3B |
| Octal | 321 | 73 | 361 | 15 | 114 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11010001 | 111011 | 11110001 | 1101 | 1001100 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #D13BF1
Complementary color
Monochromatic Colors of #D13BF1
Black with #D13BF1
Text Example
Text Example
White with #D13BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BF1; }
p { color: rgb(209,59,241); }
H1.HeaderClassName
{
color: #D13BF1;
}
.AnyTagClassName
{
color: #D13BF1;
}
</style>
background-color css
<style>
a { background-color: #D13BF1; }
a { background-color: rgb(209,59,241); }
div.DivClassName
{
background-color: #D13BF1;
}
.BgClassName
{
background-color: #D13BF1;
}
</style>
border-color css
<style>
span { border-color: #D13BF1; }
span { border-color: rgb(209,59,241); }
td.TdClassName
{
border-color: #D13BF1;
}
.TagClassName
{
border-color: #D13BF1;
}
</style>