Shades of Medium Orchid #D03CEF
Tints of Medium Orchid #D03CEF
RGB
CMYK
RGB Variations
Color information
#D03CEF (or 0xD03CEF) is known color: Medium Orchid. HEX triplet: D0, 3C and EF. RGB value is (208,60,239). Sum of RGB (Red+Green+Blue) = 208+60+239=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #D03CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CEF is #2FC310. Grayscale: #7C7C7C. Windows color (decimal): -3130129 or 15678672. OLE color: 15678672.
HSL color Cylindrical-coordinate representation of color #D03CEF: hue angle of 289.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03CEF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 60 | 239 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.06 |
| HSL | 289.61º | 0.85% | 0.59% | - |
| HSV(B) | 289.61º | 0.75% | 0.94% | - |
| XYZ | 43.21 | 22.87 | 83.8 | - |
| YUV | 124.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 239 | 0.13 | 0.75 | 0 | 0.06 | 289.61 | 0.85 | 0.59 |
| Hex | D0 | 3C | EF | D | 4B | 0 | 6 | 122 | 55 | 3B |
| Octal | 320 | 74 | 357 | 15 | 113 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010000 | 111100 | 11101111 | 1101 | 1001011 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D03CEF
Complementary color
Monochromatic Colors of #D03CEF
Black with #D03CEF
Text Example
Text Example
White with #D03CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CEF; }
p { color: rgb(208,60,239); }
H1.HeaderClassName
{
color: #D03CEF;
}
.AnyTagClassName
{
color: #D03CEF;
}
</style>
background-color css
<style>
a { background-color: #D03CEF; }
a { background-color: rgb(208,60,239); }
div.DivClassName
{
background-color: #D03CEF;
}
.BgClassName
{
background-color: #D03CEF;
}
</style>
border-color css
<style>
span { border-color: #D03CEF; }
span { border-color: rgb(208,60,239); }
td.TdClassName
{
border-color: #D03CEF;
}
.TagClassName
{
border-color: #D03CEF;
}
</style>