Shades of Medium Orchid #D04FF0
Tints of Medium Orchid #D04FF0
RGB
CMYK
RGB Variations
Color information
#D04FF0 (or 0xD04FF0) is known color: Medium Orchid. HEX triplet: D0, 4F and F0. RGB value is (208,79,240). Sum of RGB (Red+Green+Blue) = 208+79+240=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #D04FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FF0 is #2FB00F. Grayscale: #878787. Windows color (decimal): -3125264 or 15749072. OLE color: 15749072.
HSL color Cylindrical-coordinate representation of color #D04FF0: hue angle of 288.07º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04FF0 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 79 | 240 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.06 |
| HSL | 288.07º | 0.84% | 0.63% | - |
| HSV(B) | 288.07º | 0.67% | 0.94% | - |
| XYZ | 44.54 | 25.29 | 84.97 | - |
| YUV | 135.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 240 | 0.13 | 0.67 | 0 | 0.06 | 288.07 | 0.84 | 0.63 |
| Hex | D0 | 4F | F0 | D | 43 | 0 | 6 | 120 | 54 | 3F |
| Octal | 320 | 117 | 360 | 15 | 103 | 0 | 6 | 440 | 124 | 77 |
| Binary | 11010000 | 1001111 | 11110000 | 1101 | 1000011 | 0 | 110 | 100100000 | 1010100 | 111111 |
Color Harmonies of #D04FF0
Complementary color
Monochromatic Colors of #D04FF0
Black with #D04FF0
Text Example
Text Example
White with #D04FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FF0; }
p { color: rgb(208,79,240); }
H1.HeaderClassName
{
color: #D04FF0;
}
.AnyTagClassName
{
color: #D04FF0;
}
</style>
background-color css
<style>
a { background-color: #D04FF0; }
a { background-color: rgb(208,79,240); }
div.DivClassName
{
background-color: #D04FF0;
}
.BgClassName
{
background-color: #D04FF0;
}
</style>
border-color css
<style>
span { border-color: #D04FF0; }
span { border-color: rgb(208,79,240); }
td.TdClassName
{
border-color: #D04FF0;
}
.TagClassName
{
border-color: #D04FF0;
}
</style>