Shades of Medium Orchid #D43DF0
Tints of Medium Orchid #D43DF0
RGB
CMYK
RGB Variations
Color information
#D43DF0 (or 0xD43DF0) is known color: Medium Orchid. HEX triplet: D4, 3D and F0. RGB value is (212,61,240). Sum of RGB (Red+Green+Blue) = 212+61+240=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #D43DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43DF0 is #2BC20F. Grayscale: #7D7D7D. Windows color (decimal): -2867728 or 15744468. OLE color: 15744468.
HSL color Cylindrical-coordinate representation of color #D43DF0: hue angle of 290.61º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43DF0 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 61 | 240 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.06 |
| HSL | 290.61º | 0.86% | 0.59% | - |
| HSV(B) | 290.61º | 0.75% | 0.94% | - |
| XYZ | 44.55 | 23.63 | 84.65 | - |
| YUV | 126.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 240 | 0.12 | 0.75 | 0 | 0.06 | 290.61 | 0.86 | 0.59 |
| Hex | D4 | 3D | F0 | C | 4B | 0 | 6 | 123 | 56 | 3B |
| Octal | 324 | 75 | 360 | 14 | 113 | 0 | 6 | 443 | 126 | 73 |
| Binary | 11010100 | 111101 | 11110000 | 1100 | 1001011 | 0 | 110 | 100100011 | 1010110 | 111011 |
Color Harmonies of #D43DF0
Complementary color
Monochromatic Colors of #D43DF0
Black with #D43DF0
Text Example
Text Example
White with #D43DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43DF0; }
p { color: rgb(212,61,240); }
H1.HeaderClassName
{
color: #D43DF0;
}
.AnyTagClassName
{
color: #D43DF0;
}
</style>
background-color css
<style>
a { background-color: #D43DF0; }
a { background-color: rgb(212,61,240); }
div.DivClassName
{
background-color: #D43DF0;
}
.BgClassName
{
background-color: #D43DF0;
}
</style>
border-color css
<style>
span { border-color: #D43DF0; }
span { border-color: rgb(212,61,240); }
td.TdClassName
{
border-color: #D43DF0;
}
.TagClassName
{
border-color: #D43DF0;
}
</style>