Shades of Medium Orchid #D043DF
Tints of Medium Orchid #D043DF
RGB
CMYK
RGB Variations
Color information
#D043DF (or 0xD043DF) is known color: Medium Orchid. HEX triplet: D0, 43 and DF. RGB value is (208,67,223). Sum of RGB (Red+Green+Blue) = 208+67+223=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #D043DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D043DF is #2FBC20. Grayscale: #7E7E7E. Windows color (decimal): -3128353 or 14631888. OLE color: 14631888.
HSL color Cylindrical-coordinate representation of color #D043DF: hue angle of 294.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D043DF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 67 | 223 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.13 |
| HSL | 294.23º | 0.71% | 0.57% | - |
| HSV(B) | 294.23º | 0.7% | 0.87% | - |
| XYZ | 41.34 | 22.75 | 72.02 | - |
| YUV | 126.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 223 | 0.07 | 0.70 | 0 | 0.13 | 294.23 | 0.71 | 0.57 |
| Hex | D0 | 43 | DF | 7 | 46 | 0 | D | 126 | 47 | 39 |
| Octal | 320 | 103 | 337 | 7 | 106 | 0 | 15 | 446 | 107 | 71 |
| Binary | 11010000 | 1000011 | 11011111 | 111 | 1000110 | 0 | 1101 | 100100110 | 1000111 | 111001 |
Color Harmonies of #D043DF
Complementary color
Monochromatic Colors of #D043DF
Black with #D043DF
Text Example
Text Example
White with #D043DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D043DF; }
p { color: rgb(208,67,223); }
H1.HeaderClassName
{
color: #D043DF;
}
.AnyTagClassName
{
color: #D043DF;
}
</style>
background-color css
<style>
a { background-color: #D043DF; }
a { background-color: rgb(208,67,223); }
div.DivClassName
{
background-color: #D043DF;
}
.BgClassName
{
background-color: #D043DF;
}
</style>
border-color css
<style>
span { border-color: #D043DF; }
span { border-color: rgb(208,67,223); }
td.TdClassName
{
border-color: #D043DF;
}
.TagClassName
{
border-color: #D043DF;
}
</style>