Shades of Medium Orchid #D13FEE
Tints of Medium Orchid #D13FEE
RGB
CMYK
RGB Variations
Color information
#D13FEE (or 0xD13FEE) is known color: Medium Orchid. HEX triplet: D1, 3F and EE. RGB value is (209,63,238). Sum of RGB (Red+Green+Blue) = 209+63+238=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D13FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FEE is #2EC011. Grayscale: #7E7E7E. Windows color (decimal): -3063826 or 15613905. OLE color: 15613905.
HSL color Cylindrical-coordinate representation of color #D13FEE: hue angle of 290.06º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13FEE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 63 | 238 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290.06º | 0.84% | 0.59% | - |
| HSV(B) | 290.06º | 0.74% | 0.93% | - |
| XYZ | 43.5 | 23.28 | 83.09 | - |
| YUV | 126.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 238 | 0.12 | 0.74 | 0 | 0.07 | 290.06 | 0.84 | 0.59 |
| Hex | D1 | 3F | EE | C | 4A | 0 | 7 | 122 | 54 | 3B |
| Octal | 321 | 77 | 356 | 14 | 112 | 0 | 7 | 442 | 124 | 73 |
| Binary | 11010001 | 111111 | 11101110 | 1100 | 1001010 | 0 | 111 | 100100010 | 1010100 | 111011 |
Color Harmonies of #D13FEE
Complementary color
Monochromatic Colors of #D13FEE
Black with #D13FEE
Text Example
Text Example
White with #D13FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13FEE; }
p { color: rgb(209,63,238); }
H1.HeaderClassName
{
color: #D13FEE;
}
.AnyTagClassName
{
color: #D13FEE;
}
</style>
background-color css
<style>
a { background-color: #D13FEE; }
a { background-color: rgb(209,63,238); }
div.DivClassName
{
background-color: #D13FEE;
}
.BgClassName
{
background-color: #D13FEE;
}
</style>
border-color css
<style>
span { border-color: #D13FEE; }
span { border-color: rgb(209,63,238); }
td.TdClassName
{
border-color: #D13FEE;
}
.TagClassName
{
border-color: #D13FEE;
}
</style>