Shades of Medium Orchid #D04FEB
Tints of Medium Orchid #D04FEB
RGB
CMYK
RGB Variations
Color information
#D04FEB (or 0xD04FEB) is known color: Medium Orchid. HEX triplet: D0, 4F and EB. RGB value is (208,79,235). Sum of RGB (Red+Green+Blue) = 208+79+235=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #D04FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FEB is #2FB014. Grayscale: #868686. Windows color (decimal): -3125269 or 15421392. OLE color: 15421392.
HSL color Cylindrical-coordinate representation of color #D04FEB: hue angle of 289.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04FEB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 79 | 235 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.08 |
| HSL | 289.62º | 0.8% | 0.62% | - |
| HSV(B) | 289.62º | 0.66% | 0.92% | - |
| XYZ | 43.8 | 25 | 81.11 | - |
| YUV | 135.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 235 | 0.11 | 0.66 | 0 | 0.08 | 289.62 | 0.8 | 0.62 |
| Hex | D0 | 4F | EB | B | 42 | 0 | 8 | 122 | 50 | 3E |
| Octal | 320 | 117 | 353 | 13 | 102 | 0 | 10 | 442 | 120 | 76 |
| Binary | 11010000 | 1001111 | 11101011 | 1011 | 1000010 | 0 | 1000 | 100100010 | 1010000 | 111110 |
Color Harmonies of #D04FEB
Complementary color
Monochromatic Colors of #D04FEB
Black with #D04FEB
Text Example
Text Example
White with #D04FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FEB; }
p { color: rgb(208,79,235); }
H1.HeaderClassName
{
color: #D04FEB;
}
.AnyTagClassName
{
color: #D04FEB;
}
</style>
background-color css
<style>
a { background-color: #D04FEB; }
a { background-color: rgb(208,79,235); }
div.DivClassName
{
background-color: #D04FEB;
}
.BgClassName
{
background-color: #D04FEB;
}
</style>
border-color css
<style>
span { border-color: #D04FEB; }
span { border-color: rgb(208,79,235); }
td.TdClassName
{
border-color: #D04FEB;
}
.TagClassName
{
border-color: #D04FEB;
}
</style>