Shades of Medium Orchid #D03BDF
Tints of Medium Orchid #D03BDF
RGB
CMYK
RGB Variations
Color information
#D03BDF (or 0xD03BDF) is known color: Medium Orchid. HEX triplet: D0, 3B and DF. RGB value is (208,59,223). Sum of RGB (Red+Green+Blue) = 208+59+223=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #D03BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03BDF is #2FC420. Grayscale: #797979. Windows color (decimal): -3130401 or 14629840. OLE color: 14629840.
HSL color Cylindrical-coordinate representation of color #D03BDF: hue angle of 294.51º degrees, saturation: 0.72, 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 #D03BDF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 59 | 223 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.13 |
| HSL | 294.51º | 0.72% | 0.55% | - |
| HSV(B) | 294.51º | 0.74% | 0.87% | - |
| XYZ | 40.9 | 21.87 | 71.88 | - |
| YUV | 122.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 223 | 0.07 | 0.74 | 0 | 0.13 | 294.51 | 0.72 | 0.55 |
| Hex | D0 | 3B | DF | 7 | 4A | 0 | D | 127 | 48 | 37 |
| Octal | 320 | 73 | 337 | 7 | 112 | 0 | 15 | 447 | 110 | 67 |
| Binary | 11010000 | 111011 | 11011111 | 111 | 1001010 | 0 | 1101 | 100100111 | 1001000 | 110111 |
Color Harmonies of #D03BDF
Complementary color
Monochromatic Colors of #D03BDF
Black with #D03BDF
Text Example
Text Example
White with #D03BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BDF; }
p { color: rgb(208,59,223); }
H1.HeaderClassName
{
color: #D03BDF;
}
.AnyTagClassName
{
color: #D03BDF;
}
</style>
background-color css
<style>
a { background-color: #D03BDF; }
a { background-color: rgb(208,59,223); }
div.DivClassName
{
background-color: #D03BDF;
}
.BgClassName
{
background-color: #D03BDF;
}
</style>
border-color css
<style>
span { border-color: #D03BDF; }
span { border-color: rgb(208,59,223); }
td.TdClassName
{
border-color: #D03BDF;
}
.TagClassName
{
border-color: #D03BDF;
}
</style>