Shades of Medium Orchid #D04BF7
Tints of Medium Orchid #D04BF7
RGB
CMYK
RGB Variations
Color information
#D04BF7 (or 0xD04BF7) is known color: Medium Orchid. HEX triplet: D0, 4B and F7. RGB value is (208,75,247). Sum of RGB (Red+Green+Blue) = 208+75+247=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #D04BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BF7 is #2FB408. Grayscale: #858585. Windows color (decimal): -3126281 or 16206800. OLE color: 16206800.
HSL color Cylindrical-coordinate representation of color #D04BF7: hue angle of 286.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04BF7 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 75 | 247 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.03 |
| HSL | 286.4º | 0.91% | 0.63% | - |
| HSV(B) | 286.4º | 0.7% | 0.97% | - |
| XYZ | 45.32 | 25.16 | 90.46 | - |
| YUV | 134.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 247 | 0.16 | 0.70 | 0 | 0.03 | 286.4 | 0.91 | 0.63 |
| Hex | D0 | 4B | F7 | 10 | 46 | 0 | 3 | 11E | 5B | 3F |
| Octal | 320 | 113 | 367 | 20 | 106 | 0 | 3 | 436 | 133 | 77 |
| Binary | 11010000 | 1001011 | 11110111 | 10000 | 1000110 | 0 | 11 | 100011110 | 1011011 | 111111 |
Color Harmonies of #D04BF7
Complementary color
Monochromatic Colors of #D04BF7
Black with #D04BF7
Text Example
Text Example
White with #D04BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BF7; }
p { color: rgb(208,75,247); }
H1.HeaderClassName
{
color: #D04BF7;
}
.AnyTagClassName
{
color: #D04BF7;
}
</style>
background-color css
<style>
a { background-color: #D04BF7; }
a { background-color: rgb(208,75,247); }
div.DivClassName
{
background-color: #D04BF7;
}
.BgClassName
{
background-color: #D04BF7;
}
</style>
border-color css
<style>
span { border-color: #D04BF7; }
span { border-color: rgb(208,75,247); }
td.TdClassName
{
border-color: #D04BF7;
}
.TagClassName
{
border-color: #D04BF7;
}
</style>