Shades of Medium Orchid #D04CDF
Tints of Medium Orchid #D04CDF
RGB
CMYK
RGB Variations
Color information
#D04CDF (or 0xD04CDF) is known color: Medium Orchid. HEX triplet: D0, 4C and DF. RGB value is (208,76,223). Sum of RGB (Red+Green+Blue) = 208+76+223=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #D04CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDF is #2FB320. Grayscale: #838383. Windows color (decimal): -3126049 or 14634192. OLE color: 14634192.
HSL color Cylindrical-coordinate representation of color #D04CDF: hue angle of 293.88º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04CDF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 76 | 223 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.13 |
| HSL | 293.88º | 0.7% | 0.59% | - |
| HSV(B) | 293.88º | 0.66% | 0.87% | - |
| XYZ | 41.92 | 23.91 | 72.22 | - |
| YUV | 132.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 223 | 0.07 | 0.66 | 0 | 0.13 | 293.88 | 0.7 | 0.59 |
| Hex | D0 | 4C | DF | 7 | 42 | 0 | D | 126 | 46 | 3B |
| Octal | 320 | 114 | 337 | 7 | 102 | 0 | 15 | 446 | 106 | 73 |
| Binary | 11010000 | 1001100 | 11011111 | 111 | 1000010 | 0 | 1101 | 100100110 | 1000110 | 111011 |
Color Harmonies of #D04CDF
Complementary color
Monochromatic Colors of #D04CDF
Black with #D04CDF
Text Example
Text Example
White with #D04CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CDF; }
p { color: rgb(208,76,223); }
H1.HeaderClassName
{
color: #D04CDF;
}
.AnyTagClassName
{
color: #D04CDF;
}
</style>
background-color css
<style>
a { background-color: #D04CDF; }
a { background-color: rgb(208,76,223); }
div.DivClassName
{
background-color: #D04CDF;
}
.BgClassName
{
background-color: #D04CDF;
}
</style>
border-color css
<style>
span { border-color: #D04CDF; }
span { border-color: rgb(208,76,223); }
td.TdClassName
{
border-color: #D04CDF;
}
.TagClassName
{
border-color: #D04CDF;
}
</style>