Shades of Medium Orchid #D13EDC
Tints of Medium Orchid #D13EDC
RGB
CMYK
RGB Variations
Color information
#D13EDC (or 0xD13EDC) is known color: Medium Orchid. HEX triplet: D1, 3E and DC. RGB value is (209,62,220). Sum of RGB (Red+Green+Blue) = 209+62+220=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 62 (24.61% from 255 or 12.63% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #D13EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EDC is #2EC123. Grayscale: #7B7B7B. Windows color (decimal): -3064100 or 14434001. OLE color: 14434001.
HSL color Cylindrical-coordinate representation of color #D13EDC: hue angle of 295.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13EDC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 62 | 220 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.14 |
| HSL | 295.82º | 0.69% | 0.55% | - |
| HSV(B) | 295.82º | 0.72% | 0.86% | - |
| XYZ | 40.94 | 22.17 | 69.83 | - |
| YUV | 123.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 220 | 0.05 | 0.72 | 0 | 0.14 | 295.82 | 0.69 | 0.55 |
| Hex | D1 | 3E | DC | 5 | 48 | 0 | E | 128 | 45 | 37 |
| Octal | 321 | 76 | 334 | 5 | 110 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11010001 | 111110 | 11011100 | 101 | 1001000 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #D13EDC
Complementary color
Monochromatic Colors of #D13EDC
Black with #D13EDC
Text Example
Text Example
White with #D13EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EDC; }
p { color: rgb(209,62,220); }
H1.HeaderClassName
{
color: #D13EDC;
}
.AnyTagClassName
{
color: #D13EDC;
}
</style>
background-color css
<style>
a { background-color: #D13EDC; }
a { background-color: rgb(209,62,220); }
div.DivClassName
{
background-color: #D13EDC;
}
.BgClassName
{
background-color: #D13EDC;
}
</style>
border-color css
<style>
span { border-color: #D13EDC; }
span { border-color: rgb(209,62,220); }
td.TdClassName
{
border-color: #D13EDC;
}
.TagClassName
{
border-color: #D13EDC;
}
</style>