Shades of Medium Orchid #D03EDA
Tints of Medium Orchid #D03EDA
RGB
CMYK
RGB Variations
Color information
#D03EDA (or 0xD03EDA) is known color: Medium Orchid. HEX triplet: D0, 3E and DA. RGB value is (208,62,218). Sum of RGB (Red+Green+Blue) = 208+62+218=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EDA is #2FC125. Grayscale: #7A7A7A. Windows color (decimal): -3129638 or 14302928. OLE color: 14302928.
HSL color Cylindrical-coordinate representation of color #D03EDA: hue angle of 296.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03EDA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 62 | 218 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.15 |
| HSL | 296.15º | 0.68% | 0.55% | - |
| HSV(B) | 296.15º | 0.72% | 0.85% | - |
| XYZ | 40.39 | 21.92 | 68.43 | - |
| YUV | 123.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 218 | 0.05 | 0.72 | 0 | 0.15 | 296.15 | 0.68 | 0.55 |
| Hex | D0 | 3E | DA | 5 | 48 | 0 | F | 128 | 44 | 37 |
| Octal | 320 | 76 | 332 | 5 | 110 | 0 | 17 | 450 | 104 | 67 |
| Binary | 11010000 | 111110 | 11011010 | 101 | 1001000 | 0 | 1111 | 100101000 | 1000100 | 110111 |
Color Harmonies of #D03EDA
Complementary color
Monochromatic Colors of #D03EDA
Black with #D03EDA
Text Example
Text Example
White with #D03EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03EDA; }
p { color: rgb(208,62,218); }
H1.HeaderClassName
{
color: #D03EDA;
}
.AnyTagClassName
{
color: #D03EDA;
}
</style>
background-color css
<style>
a { background-color: #D03EDA; }
a { background-color: rgb(208,62,218); }
div.DivClassName
{
background-color: #D03EDA;
}
.BgClassName
{
background-color: #D03EDA;
}
</style>
border-color css
<style>
span { border-color: #D03EDA; }
span { border-color: rgb(208,62,218); }
td.TdClassName
{
border-color: #D03EDA;
}
.TagClassName
{
border-color: #D03EDA;
}
</style>