Shades of Medium Orchid #D03ADA
Tints of Medium Orchid #D03ADA
RGB
CMYK
RGB Variations
Color information
#D03ADA (or 0xD03ADA) is known color: Medium Orchid. HEX triplet: D0, 3A and DA. RGB value is (208,58,218). Sum of RGB (Red+Green+Blue) = 208+58+218=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADA is #2FC525. Grayscale: #787878. Windows color (decimal): -3130662 or 14301904. OLE color: 14301904.
HSL color Cylindrical-coordinate representation of color #D03ADA: hue angle of 296.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03ADA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 58 | 218 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.15 |
| HSL | 296.25º | 0.68% | 0.54% | - |
| HSV(B) | 296.25º | 0.73% | 0.85% | - |
| XYZ | 40.18 | 21.5 | 68.36 | - |
| YUV | 121.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 218 | 0.05 | 0.73 | 0 | 0.15 | 296.25 | 0.68 | 0.54 |
| Hex | D0 | 3A | DA | 5 | 49 | 0 | F | 128 | 44 | 36 |
| Octal | 320 | 72 | 332 | 5 | 111 | 0 | 17 | 450 | 104 | 66 |
| Binary | 11010000 | 111010 | 11011010 | 101 | 1001001 | 0 | 1111 | 100101000 | 1000100 | 110110 |
Color Harmonies of #D03ADA
Complementary color
Monochromatic Colors of #D03ADA
Black with #D03ADA
Text Example
Text Example
White with #D03ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ADA; }
p { color: rgb(208,58,218); }
H1.HeaderClassName
{
color: #D03ADA;
}
.AnyTagClassName
{
color: #D03ADA;
}
</style>
background-color css
<style>
a { background-color: #D03ADA; }
a { background-color: rgb(208,58,218); }
div.DivClassName
{
background-color: #D03ADA;
}
.BgClassName
{
background-color: #D03ADA;
}
</style>
border-color css
<style>
span { border-color: #D03ADA; }
span { border-color: rgb(208,58,218); }
td.TdClassName
{
border-color: #D03ADA;
}
.TagClassName
{
border-color: #D03ADA;
}
</style>