Shades of Medium Orchid #D04DEF
Tints of Medium Orchid #D04DEF
RGB
CMYK
RGB Variations
Color information
#D04DEF (or 0xD04DEF) is known color: Medium Orchid. HEX triplet: D0, 4D and EF. RGB value is (208,77,239). Sum of RGB (Red+Green+Blue) = 208+77+239=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #D04DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04DEF is #2FB210. Grayscale: #868686. Windows color (decimal): -3125777 or 15683024. OLE color: 15683024.
HSL color Cylindrical-coordinate representation of color #D04DEF: hue angle of 288.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04DEF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 77 | 239 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.06 |
| HSL | 288.52º | 0.84% | 0.62% | - |
| HSV(B) | 288.52º | 0.68% | 0.94% | - |
| XYZ | 44.25 | 24.95 | 84.15 | - |
| YUV | 134.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 239 | 0.13 | 0.68 | 0 | 0.06 | 288.52 | 0.84 | 0.62 |
| Hex | D0 | 4D | EF | D | 44 | 0 | 6 | 121 | 54 | 3E |
| Octal | 320 | 115 | 357 | 15 | 104 | 0 | 6 | 441 | 124 | 76 |
| Binary | 11010000 | 1001101 | 11101111 | 1101 | 1000100 | 0 | 110 | 100100001 | 1010100 | 111110 |
Color Harmonies of #D04DEF
Complementary color
Monochromatic Colors of #D04DEF
Black with #D04DEF
Text Example
Text Example
White with #D04DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04DEF; }
p { color: rgb(208,77,239); }
H1.HeaderClassName
{
color: #D04DEF;
}
.AnyTagClassName
{
color: #D04DEF;
}
</style>
background-color css
<style>
a { background-color: #D04DEF; }
a { background-color: rgb(208,77,239); }
div.DivClassName
{
background-color: #D04DEF;
}
.BgClassName
{
background-color: #D04DEF;
}
</style>
border-color css
<style>
span { border-color: #D04DEF; }
span { border-color: rgb(208,77,239); }
td.TdClassName
{
border-color: #D04DEF;
}
.TagClassName
{
border-color: #D04DEF;
}
</style>