Shades of Medium Orchid #D139F1
Tints of Medium Orchid #D139F1
RGB
CMYK
RGB Variations
Color information
#D139F1 (or 0xD139F1) is known color: Medium Orchid. HEX triplet: D1, 39 and F1. RGB value is (209,57,241). Sum of RGB (Red+Green+Blue) = 209+57+241=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #D139F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D139F1 is #2EC60E. Grayscale: #7A7A7A. Windows color (decimal): -3065359 or 15808977. OLE color: 15808977.
HSL color Cylindrical-coordinate representation of color #D139F1: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D139F1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 57 | 241 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.05 |
| HSL | 289.57º | 0.87% | 0.58% | - |
| HSV(B) | 289.57º | 0.76% | 0.95% | - |
| XYZ | 43.63 | 22.83 | 85.33 | - |
| YUV | 123.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 241 | 0.13 | 0.76 | 0 | 0.05 | 289.57 | 0.87 | 0.58 |
| Hex | D1 | 39 | F1 | D | 4C | 0 | 5 | 122 | 57 | 3A |
| Octal | 321 | 71 | 361 | 15 | 114 | 0 | 5 | 442 | 127 | 72 |
| Binary | 11010001 | 111001 | 11110001 | 1101 | 1001100 | 0 | 101 | 100100010 | 1010111 | 111010 |
Color Harmonies of #D139F1
Complementary color
Monochromatic Colors of #D139F1
Black with #D139F1
Text Example
Text Example
White with #D139F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D139F1; }
p { color: rgb(209,57,241); }
H1.HeaderClassName
{
color: #D139F1;
}
.AnyTagClassName
{
color: #D139F1;
}
</style>
background-color css
<style>
a { background-color: #D139F1; }
a { background-color: rgb(209,57,241); }
div.DivClassName
{
background-color: #D139F1;
}
.BgClassName
{
background-color: #D139F1;
}
</style>
border-color css
<style>
span { border-color: #D139F1; }
span { border-color: rgb(209,57,241); }
td.TdClassName
{
border-color: #D139F1;
}
.TagClassName
{
border-color: #D139F1;
}
</style>