Shades of Medium Orchid #D03FDC
Tints of Medium Orchid #D03FDC
RGB
CMYK
RGB Variations
Color information
#D03FDC (or 0xD03FDC) is known color: Medium Orchid. HEX triplet: D0, 3F and DC. RGB value is (208,63,220). Sum of RGB (Red+Green+Blue) = 208+63+220=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #D03FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FDC is #2FC023. Grayscale: #7B7B7B. Windows color (decimal): -3129380 or 14434256. OLE color: 14434256.
HSL color Cylindrical-coordinate representation of color #D03FDC: hue angle of 295.41º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03FDC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 63 | 220 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.14 |
| HSL | 295.41º | 0.69% | 0.55% | - |
| HSV(B) | 295.41º | 0.71% | 0.86% | - |
| XYZ | 40.71 | 22.13 | 69.84 | - |
| YUV | 124.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 220 | 0.05 | 0.71 | 0 | 0.14 | 295.41 | 0.69 | 0.55 |
| Hex | D0 | 3F | DC | 5 | 47 | 0 | E | 127 | 45 | 37 |
| Octal | 320 | 77 | 334 | 5 | 107 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11010000 | 111111 | 11011100 | 101 | 1000111 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #D03FDC
Complementary color
Monochromatic Colors of #D03FDC
Black with #D03FDC
Text Example
Text Example
White with #D03FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FDC; }
p { color: rgb(208,63,220); }
H1.HeaderClassName
{
color: #D03FDC;
}
.AnyTagClassName
{
color: #D03FDC;
}
</style>
background-color css
<style>
a { background-color: #D03FDC; }
a { background-color: rgb(208,63,220); }
div.DivClassName
{
background-color: #D03FDC;
}
.BgClassName
{
background-color: #D03FDC;
}
</style>
border-color css
<style>
span { border-color: #D03FDC; }
span { border-color: rgb(208,63,220); }
td.TdClassName
{
border-color: #D03FDC;
}
.TagClassName
{
border-color: #D03FDC;
}
</style>