Shades of Medium Orchid #D03BDA
Tints of Medium Orchid #D03BDA
RGB
CMYK
RGB Variations
Color information
#D03BDA (or 0xD03BDA) is known color: Medium Orchid. HEX triplet: D0, 3B and DA. RGB value is (208,59,218). Sum of RGB (Red+Green+Blue) = 208+59+218=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BDA is #2FC425. Grayscale: #797979. Windows color (decimal): -3130406 or 14302160. OLE color: 14302160.
HSL color Cylindrical-coordinate representation of color #D03BDA: hue angle of 296.23º 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 #D03BDA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 59 | 218 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.15 |
| HSL | 296.23º | 0.68% | 0.54% | - |
| HSV(B) | 296.23º | 0.73% | 0.85% | - |
| XYZ | 40.23 | 21.6 | 68.38 | - |
| YUV | 121.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 218 | 0.05 | 0.73 | 0 | 0.15 | 296.23 | 0.68 | 0.54 |
| Hex | D0 | 3B | DA | 5 | 49 | 0 | F | 128 | 44 | 36 |
| Octal | 320 | 73 | 332 | 5 | 111 | 0 | 17 | 450 | 104 | 66 |
| Binary | 11010000 | 111011 | 11011010 | 101 | 1001001 | 0 | 1111 | 100101000 | 1000100 | 110110 |
Color Harmonies of #D03BDA
Complementary color
Monochromatic Colors of #D03BDA
Black with #D03BDA
Text Example
Text Example
White with #D03BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BDA; }
p { color: rgb(208,59,218); }
H1.HeaderClassName
{
color: #D03BDA;
}
.AnyTagClassName
{
color: #D03BDA;
}
</style>
background-color css
<style>
a { background-color: #D03BDA; }
a { background-color: rgb(208,59,218); }
div.DivClassName
{
background-color: #D03BDA;
}
.BgClassName
{
background-color: #D03BDA;
}
</style>
border-color css
<style>
span { border-color: #D03BDA; }
span { border-color: rgb(208,59,218); }
td.TdClassName
{
border-color: #D03BDA;
}
.TagClassName
{
border-color: #D03BDA;
}
</style>