Shades of Medium Orchid #D43DF4
Tints of Medium Orchid #D43DF4
RGB
CMYK
RGB Variations
Color information
#D43DF4 (or 0xD43DF4) is known color: Medium Orchid. HEX triplet: D4, 3D and F4. RGB value is (212,61,244). Sum of RGB (Red+Green+Blue) = 212+61+244=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #D43DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DF4 is #2BC20B. Grayscale: #7E7E7E. Windows color (decimal): -2867724 or 16006612. OLE color: 16006612.
HSL color Cylindrical-coordinate representation of color #D43DF4: hue angle of 289.51º degrees, saturation: 0.89, 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 #D43DF4 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 61 | 244 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.04 |
| HSL | 289.51º | 0.89% | 0.6% | - |
| HSV(B) | 289.51º | 0.75% | 0.96% | - |
| XYZ | 45.15 | 23.87 | 87.81 | - |
| YUV | 127.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 244 | 0.13 | 0.75 | 0 | 0.04 | 289.51 | 0.89 | 0.6 |
| Hex | D4 | 3D | F4 | D | 4B | 0 | 4 | 122 | 59 | 3C |
| Octal | 324 | 75 | 364 | 15 | 113 | 0 | 4 | 442 | 131 | 74 |
| Binary | 11010100 | 111101 | 11110100 | 1101 | 1001011 | 0 | 100 | 100100010 | 1011001 | 111100 |
Color Harmonies of #D43DF4
Complementary color
Monochromatic Colors of #D43DF4
Black with #D43DF4
Text Example
Text Example
White with #D43DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DF4; }
p { color: rgb(212,61,244); }
H1.HeaderClassName
{
color: #D43DF4;
}
.AnyTagClassName
{
color: #D43DF4;
}
</style>
background-color css
<style>
a { background-color: #D43DF4; }
a { background-color: rgb(212,61,244); }
div.DivClassName
{
background-color: #D43DF4;
}
.BgClassName
{
background-color: #D43DF4;
}
</style>
border-color css
<style>
span { border-color: #D43DF4; }
span { border-color: rgb(212,61,244); }
td.TdClassName
{
border-color: #D43DF4;
}
.TagClassName
{
border-color: #D43DF4;
}
</style>