Shades of Medium Orchid #D43DF6
Tints of Medium Orchid #D43DF6
RGB
CMYK
RGB Variations
Color information
#D43DF6 (or 0xD43DF6) is known color: Medium Orchid. HEX triplet: D4, 3D and F6. RGB value is (212,61,246). Sum of RGB (Red+Green+Blue) = 212+61+246=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #D43DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DF6 is #2BC209. Grayscale: #7E7E7E. Windows color (decimal): -2867722 or 16137684. OLE color: 16137684.
HSL color Cylindrical-coordinate representation of color #D43DF6: hue angle of 288.97º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43DF6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 61 | 246 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.04 |
| HSL | 288.97º | 0.91% | 0.6% | - |
| HSV(B) | 288.97º | 0.75% | 0.96% | - |
| XYZ | 45.45 | 23.99 | 89.42 | - |
| YUV | 127.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 246 | 0.14 | 0.75 | 0 | 0.04 | 288.97 | 0.91 | 0.6 |
| Hex | D4 | 3D | F6 | E | 4B | 0 | 4 | 121 | 5B | 3C |
| Octal | 324 | 75 | 366 | 16 | 113 | 0 | 4 | 441 | 133 | 74 |
| Binary | 11010100 | 111101 | 11110110 | 1110 | 1001011 | 0 | 100 | 100100001 | 1011011 | 111100 |
Color Harmonies of #D43DF6
Complementary color
Monochromatic Colors of #D43DF6
Black with #D43DF6
Text Example
Text Example
White with #D43DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DF6; }
p { color: rgb(212,61,246); }
H1.HeaderClassName
{
color: #D43DF6;
}
.AnyTagClassName
{
color: #D43DF6;
}
</style>
background-color css
<style>
a { background-color: #D43DF6; }
a { background-color: rgb(212,61,246); }
div.DivClassName
{
background-color: #D43DF6;
}
.BgClassName
{
background-color: #D43DF6;
}
</style>
border-color css
<style>
span { border-color: #D43DF6; }
span { border-color: rgb(212,61,246); }
td.TdClassName
{
border-color: #D43DF6;
}
.TagClassName
{
border-color: #D43DF6;
}
</style>