Shades of Medium Orchid #D43BF3
Tints of Medium Orchid #D43BF3
RGB
CMYK
RGB Variations
Color information
#D43BF3 (or 0xD43BF3) is known color: Medium Orchid. HEX triplet: D4, 3B and F3. RGB value is (212,59,243). Sum of RGB (Red+Green+Blue) = 212+59+243=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 59 (23.44% from 255 or 11.48% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #D43BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43BF3 is #2BC40C. Grayscale: #7D7D7D. Windows color (decimal): -2868237 or 15940564. OLE color: 15940564.
HSL color Cylindrical-coordinate representation of color #D43BF3: hue angle of 289.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43BF3 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 59 | 243 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.05 |
| HSL | 289.89º | 0.88% | 0.59% | - |
| HSV(B) | 289.89º | 0.76% | 0.95% | - |
| XYZ | 44.89 | 23.6 | 86.98 | - |
| YUV | 125.72 | 194.19 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 243 | 0.13 | 0.76 | 0 | 0.05 | 289.89 | 0.88 | 0.59 |
| Hex | D4 | 3B | F3 | D | 4C | 0 | 5 | 122 | 58 | 3B |
| Octal | 324 | 73 | 363 | 15 | 114 | 0 | 5 | 442 | 130 | 73 |
| Binary | 11010100 | 111011 | 11110011 | 1101 | 1001100 | 0 | 101 | 100100010 | 1011000 | 111011 |
Color Harmonies of #D43BF3
Complementary color
Monochromatic Colors of #D43BF3
Black with #D43BF3
Text Example
Text Example
White with #D43BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BF3; }
p { color: rgb(212,59,243); }
H1.HeaderClassName
{
color: #D43BF3;
}
.AnyTagClassName
{
color: #D43BF3;
}
</style>
background-color css
<style>
a { background-color: #D43BF3; }
a { background-color: rgb(212,59,243); }
div.DivClassName
{
background-color: #D43BF3;
}
.BgClassName
{
background-color: #D43BF3;
}
</style>
border-color css
<style>
span { border-color: #D43BF3; }
span { border-color: rgb(212,59,243); }
td.TdClassName
{
border-color: #D43BF3;
}
.TagClassName
{
border-color: #D43BF3;
}
</style>