Shades of Medium Orchid #D03ADE
Tints of Medium Orchid #D03ADE
RGB
CMYK
RGB Variations
Color information
#D03ADE (or 0xD03ADE) is known color: Medium Orchid. HEX triplet: D0, 3A and DE. RGB value is (208,58,222). Sum of RGB (Red+Green+Blue) = 208+58+222=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 58 (23.05% from 255 or 11.89% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #D03ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADE is #2FC521. Grayscale: #797979. Windows color (decimal): -3130658 or 14564048. OLE color: 14564048.
HSL color Cylindrical-coordinate representation of color #D03ADE: hue angle of 294.88º 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 #D03ADE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 58 | 222 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.13 |
| HSL | 294.88º | 0.71% | 0.55% | - |
| HSV(B) | 294.88º | 0.74% | 0.87% | - |
| XYZ | 40.71 | 21.71 | 71.15 | - |
| YUV | 121.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 222 | 0.06 | 0.74 | 0 | 0.13 | 294.88 | 0.71 | 0.55 |
| Hex | D0 | 3A | DE | 6 | 4A | 0 | D | 127 | 47 | 37 |
| Octal | 320 | 72 | 336 | 6 | 112 | 0 | 15 | 447 | 107 | 67 |
| Binary | 11010000 | 111010 | 11011110 | 110 | 1001010 | 0 | 1101 | 100100111 | 1000111 | 110111 |
Color Harmonies of #D03ADE
Complementary color
Monochromatic Colors of #D03ADE
Black with #D03ADE
Text Example
Text Example
White with #D03ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ADE; }
p { color: rgb(208,58,222); }
H1.HeaderClassName
{
color: #D03ADE;
}
.AnyTagClassName
{
color: #D03ADE;
}
</style>
background-color css
<style>
a { background-color: #D03ADE; }
a { background-color: rgb(208,58,222); }
div.DivClassName
{
background-color: #D03ADE;
}
.BgClassName
{
background-color: #D03ADE;
}
</style>
border-color css
<style>
span { border-color: #D03ADE; }
span { border-color: rgb(208,58,222); }
td.TdClassName
{
border-color: #D03ADE;
}
.TagClassName
{
border-color: #D03ADE;
}
</style>