Shades of Medium Orchid #D43DF3
Tints of Medium Orchid #D43DF3
RGB
CMYK
RGB Variations
Color information
#D43DF3 (or 0xD43DF3) is known color: Medium Orchid. HEX triplet: D4, 3D and F3. RGB value is (212,61,243). Sum of RGB (Red+Green+Blue) = 212+61+243=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 61 (24.22% from 255 or 11.82% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #D43DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DF3 is #2BC20C. Grayscale: #7E7E7E. Windows color (decimal): -2867725 or 15941076. OLE color: 15941076.
HSL color Cylindrical-coordinate representation of color #D43DF3: hue angle of 289.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43DF3 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 61 | 243 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.05 |
| HSL | 289.78º | 0.88% | 0.6% | - |
| HSV(B) | 289.78º | 0.75% | 0.95% | - |
| XYZ | 45 | 23.81 | 87.02 | - |
| YUV | 126.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 243 | 0.13 | 0.75 | 0 | 0.05 | 289.78 | 0.88 | 0.6 |
| Hex | D4 | 3D | F3 | D | 4B | 0 | 5 | 122 | 58 | 3C |
| Octal | 324 | 75 | 363 | 15 | 113 | 0 | 5 | 442 | 130 | 74 |
| Binary | 11010100 | 111101 | 11110011 | 1101 | 1001011 | 0 | 101 | 100100010 | 1011000 | 111100 |
Color Harmonies of #D43DF3
Complementary color
Monochromatic Colors of #D43DF3
Black with #D43DF3
Text Example
Text Example
White with #D43DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DF3; }
p { color: rgb(212,61,243); }
H1.HeaderClassName
{
color: #D43DF3;
}
.AnyTagClassName
{
color: #D43DF3;
}
</style>
background-color css
<style>
a { background-color: #D43DF3; }
a { background-color: rgb(212,61,243); }
div.DivClassName
{
background-color: #D43DF3;
}
.BgClassName
{
background-color: #D43DF3;
}
</style>
border-color css
<style>
span { border-color: #D43DF3; }
span { border-color: rgb(212,61,243); }
td.TdClassName
{
border-color: #D43DF3;
}
.TagClassName
{
border-color: #D43DF3;
}
</style>