Shades of Medium Orchid #D04FDF
Tints of Medium Orchid #D04FDF
RGB
CMYK
RGB Variations
Color information
#D04FDF (or 0xD04FDF) is known color: Medium Orchid. HEX triplet: D0, 4F and DF. RGB value is (208,79,223). Sum of RGB (Red+Green+Blue) = 208+79+223=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FDF is #2FB020. Grayscale: #858585. Windows color (decimal): -3125281 or 14634960. OLE color: 14634960.
HSL color Cylindrical-coordinate representation of color #D04FDF: hue angle of 293.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04FDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 79 | 223 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.75º | 0.69% | 0.59% | - |
| HSV(B) | 293.75º | 0.65% | 0.87% | - |
| XYZ | 42.13 | 24.33 | 72.29 | - |
| YUV | 133.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 223 | 0.07 | 0.65 | 0 | 0.13 | 293.75 | 0.69 | 0.59 |
| Hex | D0 | 4F | DF | 7 | 41 | 0 | D | 126 | 45 | 3B |
| Octal | 320 | 117 | 337 | 7 | 101 | 0 | 15 | 446 | 105 | 73 |
| Binary | 11010000 | 1001111 | 11011111 | 111 | 1000001 | 0 | 1101 | 100100110 | 1000101 | 111011 |
Color Harmonies of #D04FDF
Complementary color
Monochromatic Colors of #D04FDF
Black with #D04FDF
Text Example
Text Example
White with #D04FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FDF; }
p { color: rgb(208,79,223); }
H1.HeaderClassName
{
color: #D04FDF;
}
.AnyTagClassName
{
color: #D04FDF;
}
</style>
background-color css
<style>
a { background-color: #D04FDF; }
a { background-color: rgb(208,79,223); }
div.DivClassName
{
background-color: #D04FDF;
}
.BgClassName
{
background-color: #D04FDF;
}
</style>
border-color css
<style>
span { border-color: #D04FDF; }
span { border-color: rgb(208,79,223); }
td.TdClassName
{
border-color: #D04FDF;
}
.TagClassName
{
border-color: #D04FDF;
}
</style>