Shades of Medium Orchid #D13EEC
Tints of Medium Orchid #D13EEC
RGB
CMYK
RGB Variations
Color information
#D13EEC (or 0xD13EEC) is known color: Medium Orchid. HEX triplet: D1, 3E and EC. RGB value is (209,62,236). Sum of RGB (Red+Green+Blue) = 209+62+236=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #D13EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13EEC is #2EC113. Grayscale: #7D7D7D. Windows color (decimal): -3064084 or 15482577. OLE color: 15482577.
HSL color Cylindrical-coordinate representation of color #D13EEC: hue angle of 290.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13EEC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 62 | 236 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.07 |
| HSL | 290.69º | 0.82% | 0.58% | - |
| HSV(B) | 290.69º | 0.74% | 0.93% | - |
| XYZ | 43.16 | 23.06 | 81.53 | - |
| YUV | 125.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 236 | 0.11 | 0.74 | 0 | 0.07 | 290.69 | 0.82 | 0.58 |
| Hex | D1 | 3E | EC | B | 4A | 0 | 7 | 123 | 52 | 3A |
| Octal | 321 | 76 | 354 | 13 | 112 | 0 | 7 | 443 | 122 | 72 |
| Binary | 11010001 | 111110 | 11101100 | 1011 | 1001010 | 0 | 111 | 100100011 | 1010010 | 111010 |
Color Harmonies of #D13EEC
Complementary color
Monochromatic Colors of #D13EEC
Black with #D13EEC
Text Example
Text Example
White with #D13EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EEC; }
p { color: rgb(209,62,236); }
H1.HeaderClassName
{
color: #D13EEC;
}
.AnyTagClassName
{
color: #D13EEC;
}
</style>
background-color css
<style>
a { background-color: #D13EEC; }
a { background-color: rgb(209,62,236); }
div.DivClassName
{
background-color: #D13EEC;
}
.BgClassName
{
background-color: #D13EEC;
}
</style>
border-color css
<style>
span { border-color: #D13EEC; }
span { border-color: rgb(209,62,236); }
td.TdClassName
{
border-color: #D13EEC;
}
.TagClassName
{
border-color: #D13EEC;
}
</style>