Shades of Medium Orchid #D03FE7
Tints of Medium Orchid #D03FE7
RGB
CMYK
RGB Variations
Color information
#D03FE7 (or 0xD03FE7) is known color: Medium Orchid. HEX triplet: D0, 3F and E7. RGB value is (208,63,231). Sum of RGB (Red+Green+Blue) = 208+63+231=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #D03FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03FE7 is #2FC018. Grayscale: #7C7C7C. Windows color (decimal): -3129369 or 15155152. OLE color: 15155152.
HSL color Cylindrical-coordinate representation of color #D03FE7: hue angle of 291.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03FE7 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 63 | 231 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.09 |
| HSL | 291.79º | 0.78% | 0.58% | - |
| HSV(B) | 291.79º | 0.73% | 0.91% | - |
| XYZ | 42.21 | 22.73 | 77.76 | - |
| YUV | 125.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 63 | 231 | 0.10 | 0.73 | 0 | 0.09 | 291.79 | 0.78 | 0.58 |
| Hex | D0 | 3F | E7 | A | 49 | 0 | 9 | 124 | 4E | 3A |
| Octal | 320 | 77 | 347 | 12 | 111 | 0 | 11 | 444 | 116 | 72 |
| Binary | 11010000 | 111111 | 11100111 | 1010 | 1001001 | 0 | 1001 | 100100100 | 1001110 | 111010 |
Color Harmonies of #D03FE7
Complementary color
Monochromatic Colors of #D03FE7
Black with #D03FE7
Text Example
Text Example
White with #D03FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03FE7; }
p { color: rgb(208,63,231); }
H1.HeaderClassName
{
color: #D03FE7;
}
.AnyTagClassName
{
color: #D03FE7;
}
</style>
background-color css
<style>
a { background-color: #D03FE7; }
a { background-color: rgb(208,63,231); }
div.DivClassName
{
background-color: #D03FE7;
}
.BgClassName
{
background-color: #D03FE7;
}
</style>
border-color css
<style>
span { border-color: #D03FE7; }
span { border-color: rgb(208,63,231); }
td.TdClassName
{
border-color: #D03FE7;
}
.TagClassName
{
border-color: #D03FE7;
}
</style>