Shades of Medium Orchid #D13ADE
Tints of Medium Orchid #D13ADE
RGB
CMYK
RGB Variations
Color information
#D13ADE (or 0xD13ADE) is known color: Medium Orchid. HEX triplet: D1, 3A and DE. RGB value is (209,58,222). Sum of RGB (Red+Green+Blue) = 209+58+222=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #D13ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ADE is #2EC521. Grayscale: #797979. Windows color (decimal): -3065122 or 14564049. OLE color: 14564049.
HSL color Cylindrical-coordinate representation of color #D13ADE: hue angle of 295.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13ADE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 58 | 222 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.13 |
| HSL | 295.24º | 0.71% | 0.55% | - |
| HSV(B) | 295.24º | 0.74% | 0.87% | - |
| XYZ | 40.99 | 21.86 | 71.17 | - |
| YUV | 121.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 222 | 0.06 | 0.74 | 0 | 0.13 | 295.24 | 0.71 | 0.55 |
| Hex | D1 | 3A | DE | 6 | 4A | 0 | D | 127 | 47 | 37 |
| Octal | 321 | 72 | 336 | 6 | 112 | 0 | 15 | 447 | 107 | 67 |
| Binary | 11010001 | 111010 | 11011110 | 110 | 1001010 | 0 | 1101 | 100100111 | 1000111 | 110111 |
Color Harmonies of #D13ADE
Complementary color
Monochromatic Colors of #D13ADE
Black with #D13ADE
Text Example
Text Example
White with #D13ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ADE; }
p { color: rgb(209,58,222); }
H1.HeaderClassName
{
color: #D13ADE;
}
.AnyTagClassName
{
color: #D13ADE;
}
</style>
background-color css
<style>
a { background-color: #D13ADE; }
a { background-color: rgb(209,58,222); }
div.DivClassName
{
background-color: #D13ADE;
}
.BgClassName
{
background-color: #D13ADE;
}
</style>
border-color css
<style>
span { border-color: #D13ADE; }
span { border-color: rgb(209,58,222); }
td.TdClassName
{
border-color: #D13ADE;
}
.TagClassName
{
border-color: #D13ADE;
}
</style>