Shades of Medium Orchid #D03DED
Tints of Medium Orchid #D03DED
RGB
CMYK
RGB Variations
Color information
#D03DED (or 0xD03DED) is known color: Medium Orchid. HEX triplet: D0, 3D and ED. RGB value is (208,61,237). Sum of RGB (Red+Green+Blue) = 208+61+237=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #D03DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03DED is #2FC212. Grayscale: #7C7C7C. Windows color (decimal): -3129875 or 15547856. OLE color: 15547856.
HSL color Cylindrical-coordinate representation of color #D03DED: hue angle of 290.11º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03DED is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 61 | 237 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.07 |
| HSL | 290.11º | 0.83% | 0.58% | - |
| HSV(B) | 290.11º | 0.74% | 0.93% | - |
| XYZ | 42.97 | 22.86 | 82.27 | - |
| YUV | 125.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 237 | 0.12 | 0.74 | 0 | 0.07 | 290.11 | 0.83 | 0.58 |
| Hex | D0 | 3D | ED | C | 4A | 0 | 7 | 122 | 53 | 3A |
| Octal | 320 | 75 | 355 | 14 | 112 | 0 | 7 | 442 | 123 | 72 |
| Binary | 11010000 | 111101 | 11101101 | 1100 | 1001010 | 0 | 111 | 100100010 | 1010011 | 111010 |
Color Harmonies of #D03DED
Complementary color
Monochromatic Colors of #D03DED
Black with #D03DED
Text Example
Text Example
White with #D03DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03DED; }
p { color: rgb(208,61,237); }
H1.HeaderClassName
{
color: #D03DED;
}
.AnyTagClassName
{
color: #D03DED;
}
</style>
background-color css
<style>
a { background-color: #D03DED; }
a { background-color: rgb(208,61,237); }
div.DivClassName
{
background-color: #D03DED;
}
.BgClassName
{
background-color: #D03DED;
}
</style>
border-color css
<style>
span { border-color: #D03DED; }
span { border-color: rgb(208,61,237); }
td.TdClassName
{
border-color: #D03DED;
}
.TagClassName
{
border-color: #D03DED;
}
</style>