Shades of Medium Orchid #D13DF2
Tints of Medium Orchid #D13DF2
RGB
CMYK
RGB Variations
Color information
#D13DF2 (or 0xD13DF2) is known color: Medium Orchid. HEX triplet: D1, 3D and F2. RGB value is (209,61,242). Sum of RGB (Red+Green+Blue) = 209+61+242=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #D13DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13DF2 is #2EC20D. Grayscale: #7D7D7D. Windows color (decimal): -3064334 or 15875537. OLE color: 15875537.
HSL color Cylindrical-coordinate representation of color #D13DF2: hue angle of 289.06º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13DF2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 61 | 242 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.05 |
| HSL | 289.06º | 0.87% | 0.59% | - |
| HSV(B) | 289.06º | 0.75% | 0.95% | - |
| XYZ | 43.99 | 23.3 | 86.18 | - |
| YUV | 125.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 242 | 0.14 | 0.75 | 0 | 0.05 | 289.06 | 0.87 | 0.59 |
| Hex | D1 | 3D | F2 | E | 4B | 0 | 5 | 121 | 57 | 3B |
| Octal | 321 | 75 | 362 | 16 | 113 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11010001 | 111101 | 11110010 | 1110 | 1001011 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #D13DF2
Complementary color
Monochromatic Colors of #D13DF2
Black with #D13DF2
Text Example
Text Example
White with #D13DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13DF2; }
p { color: rgb(209,61,242); }
H1.HeaderClassName
{
color: #D13DF2;
}
.AnyTagClassName
{
color: #D13DF2;
}
</style>
background-color css
<style>
a { background-color: #D13DF2; }
a { background-color: rgb(209,61,242); }
div.DivClassName
{
background-color: #D13DF2;
}
.BgClassName
{
background-color: #D13DF2;
}
</style>
border-color css
<style>
span { border-color: #D13DF2; }
span { border-color: rgb(209,61,242); }
td.TdClassName
{
border-color: #D13DF2;
}
.TagClassName
{
border-color: #D13DF2;
}
</style>