Shades of Medium Orchid #D04CEF
Tints of Medium Orchid #D04CEF
RGB
CMYK
RGB Variations
Color information
#D04CEF (or 0xD04CEF) is known color: Medium Orchid. HEX triplet: D0, 4C and EF. RGB value is (208,76,239). Sum of RGB (Red+Green+Blue) = 208+76+239=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #D04CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CEF is #2FB310. Grayscale: #858585. Windows color (decimal): -3126033 or 15682768. OLE color: 15682768.
HSL color Cylindrical-coordinate representation of color #D04CEF: hue angle of 288.59º 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 #D04CEF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 76 | 239 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.06 |
| HSL | 288.59º | 0.84% | 0.62% | - |
| HSV(B) | 288.59º | 0.68% | 0.94% | - |
| XYZ | 44.18 | 24.81 | 84.12 | - |
| YUV | 134.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 239 | 0.13 | 0.68 | 0 | 0.06 | 288.59 | 0.84 | 0.62 |
| Hex | D0 | 4C | EF | D | 44 | 0 | 6 | 121 | 54 | 3E |
| Octal | 320 | 114 | 357 | 15 | 104 | 0 | 6 | 441 | 124 | 76 |
| Binary | 11010000 | 1001100 | 11101111 | 1101 | 1000100 | 0 | 110 | 100100001 | 1010100 | 111110 |
Color Harmonies of #D04CEF
Complementary color
Monochromatic Colors of #D04CEF
Black with #D04CEF
Text Example
Text Example
White with #D04CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CEF; }
p { color: rgb(208,76,239); }
H1.HeaderClassName
{
color: #D04CEF;
}
.AnyTagClassName
{
color: #D04CEF;
}
</style>
background-color css
<style>
a { background-color: #D04CEF; }
a { background-color: rgb(208,76,239); }
div.DivClassName
{
background-color: #D04CEF;
}
.BgClassName
{
background-color: #D04CEF;
}
</style>
border-color css
<style>
span { border-color: #D04CEF; }
span { border-color: rgb(208,76,239); }
td.TdClassName
{
border-color: #D04CEF;
}
.TagClassName
{
border-color: #D04CEF;
}
</style>