Shades of Medium Orchid #D04FDC
Tints of Medium Orchid #D04FDC
RGB
CMYK
RGB Variations
Color information
#D04FDC (or 0xD04FDC) is known color: Medium Orchid. HEX triplet: D0, 4F and DC. RGB value is (208,79,220). Sum of RGB (Red+Green+Blue) = 208+79+220=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #D04FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FDC is #2FB023. Grayscale: #858585. Windows color (decimal): -3125284 or 14438352. OLE color: 14438352.
HSL color Cylindrical-coordinate representation of color #D04FDC: hue angle of 294.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04FDC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 79 | 220 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.14 |
| HSL | 294.89º | 0.67% | 0.59% | - |
| HSV(B) | 294.89º | 0.64% | 0.86% | - |
| XYZ | 41.73 | 24.17 | 70.18 | - |
| YUV | 133.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 220 | 0.05 | 0.64 | 0 | 0.14 | 294.89 | 0.67 | 0.59 |
| Hex | D0 | 4F | DC | 5 | 40 | 0 | E | 127 | 43 | 3B |
| Octal | 320 | 117 | 334 | 5 | 100 | 0 | 16 | 447 | 103 | 73 |
| Binary | 11010000 | 1001111 | 11011100 | 101 | 1000000 | 0 | 1110 | 100100111 | 1000011 | 111011 |
Color Harmonies of #D04FDC
Complementary color
Monochromatic Colors of #D04FDC
Black with #D04FDC
Text Example
Text Example
White with #D04FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FDC; }
p { color: rgb(208,79,220); }
H1.HeaderClassName
{
color: #D04FDC;
}
.AnyTagClassName
{
color: #D04FDC;
}
</style>
background-color css
<style>
a { background-color: #D04FDC; }
a { background-color: rgb(208,79,220); }
div.DivClassName
{
background-color: #D04FDC;
}
.BgClassName
{
background-color: #D04FDC;
}
</style>
border-color css
<style>
span { border-color: #D04FDC; }
span { border-color: rgb(208,79,220); }
td.TdClassName
{
border-color: #D04FDC;
}
.TagClassName
{
border-color: #D04FDC;
}
</style>