Shades of Medium Orchid #D43EF2
Tints of Medium Orchid #D43EF2
RGB
CMYK
RGB Variations
Color information
#D43EF2 (or 0xD43EF2) is known color: Medium Orchid. HEX triplet: D4, 3E and F2. RGB value is (212,62,242). Sum of RGB (Red+Green+Blue) = 212+62+242=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #D43EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43EF2 is #2BC10D. Grayscale: #7E7E7E. Windows color (decimal): -2867470 or 15875796. OLE color: 15875796.
HSL color Cylindrical-coordinate representation of color #D43EF2: hue angle of 290º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43EF2 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 62 | 242 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.05 |
| HSL | 290º | 0.87% | 0.6% | - |
| HSV(B) | 290º | 0.74% | 0.95% | - |
| XYZ | 44.9 | 23.85 | 86.24 | - |
| YUV | 127.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 242 | 0.12 | 0.74 | 0 | 0.05 | 290 | 0.87 | 0.6 |
| Hex | D4 | 3E | F2 | C | 4A | 0 | 5 | 122 | 57 | 3C |
| Octal | 324 | 76 | 362 | 14 | 112 | 0 | 5 | 442 | 127 | 74 |
| Binary | 11010100 | 111110 | 11110010 | 1100 | 1001010 | 0 | 101 | 100100010 | 1010111 | 111100 |
Color Harmonies of #D43EF2
Complementary color
Monochromatic Colors of #D43EF2
Black with #D43EF2
Text Example
Text Example
White with #D43EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43EF2; }
p { color: rgb(212,62,242); }
H1.HeaderClassName
{
color: #D43EF2;
}
.AnyTagClassName
{
color: #D43EF2;
}
</style>
background-color css
<style>
a { background-color: #D43EF2; }
a { background-color: rgb(212,62,242); }
div.DivClassName
{
background-color: #D43EF2;
}
.BgClassName
{
background-color: #D43EF2;
}
</style>
border-color css
<style>
span { border-color: #D43EF2; }
span { border-color: rgb(212,62,242); }
td.TdClassName
{
border-color: #D43EF2;
}
.TagClassName
{
border-color: #D43EF2;
}
</style>