Shades of Medium Orchid #D131F1
Tints of Medium Orchid #D131F1
RGB
CMYK
RGB Variations
Color information
#D131F1 (or 0xD131F1) is known color: Medium Orchid. HEX triplet: D1, 31 and F1. RGB value is (209,49,241). Sum of RGB (Red+Green+Blue) = 209+49+241=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #D131F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D131F1 is #2ECE0E. Grayscale: #767676. Windows color (decimal): -3067407 or 15806929. OLE color: 15806929.
HSL color Cylindrical-coordinate representation of color #D131F1: hue angle of 290º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D131F1 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 49 | 241 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.05 |
| HSL | 290º | 0.87% | 0.57% | - |
| HSV(B) | 290º | 0.8% | 0.95% | - |
| XYZ | 43.27 | 22.1 | 85.2 | - |
| YUV | 118.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 241 | 0.13 | 0.80 | 0 | 0.05 | 290 | 0.87 | 0.57 |
| Hex | D1 | 31 | F1 | D | 50 | 0 | 5 | 122 | 57 | 39 |
| Octal | 321 | 61 | 361 | 15 | 120 | 0 | 5 | 442 | 127 | 71 |
| Binary | 11010001 | 110001 | 11110001 | 1101 | 1010000 | 0 | 101 | 100100010 | 1010111 | 111001 |
Color Harmonies of #D131F1
Complementary color
Monochromatic Colors of #D131F1
Black with #D131F1
Text Example
Text Example
White with #D131F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D131F1; }
p { color: rgb(209,49,241); }
H1.HeaderClassName
{
color: #D131F1;
}
.AnyTagClassName
{
color: #D131F1;
}
</style>
background-color css
<style>
a { background-color: #D131F1; }
a { background-color: rgb(209,49,241); }
div.DivClassName
{
background-color: #D131F1;
}
.BgClassName
{
background-color: #D131F1;
}
</style>
border-color css
<style>
span { border-color: #D131F1; }
span { border-color: rgb(209,49,241); }
td.TdClassName
{
border-color: #D131F1;
}
.TagClassName
{
border-color: #D131F1;
}
</style>