Shades of Medium Orchid #D42EE2
Tints of Medium Orchid #D42EE2
RGB
CMYK
RGB Variations
Color information
#D42EE2 (or 0xD42EE2) is known color: Medium Orchid. HEX triplet: D4, 2E and E2. RGB value is (212,46,226). Sum of RGB (Red+Green+Blue) = 212+46+226=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #D42EE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42EE2 is #2BD11D. Grayscale: #737373. Windows color (decimal): -2871582 or 14823124. OLE color: 14823124.
HSL color Cylindrical-coordinate representation of color #D42EE2: hue angle of 295.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42EE2 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 46 | 226 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.11 |
| HSL | 295.33º | 0.76% | 0.53% | - |
| HSV(B) | 295.33º | 0.8% | 0.89% | - |
| XYZ | 41.86 | 21.44 | 73.88 | - |
| YUV | 116.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 226 | 0.06 | 0.80 | 0 | 0.11 | 295.33 | 0.76 | 0.53 |
| Hex | D4 | 2E | E2 | 6 | 50 | 0 | B | 127 | 4C | 35 |
| Octal | 324 | 56 | 342 | 6 | 120 | 0 | 13 | 447 | 114 | 65 |
| Binary | 11010100 | 101110 | 11100010 | 110 | 1010000 | 0 | 1011 | 100100111 | 1001100 | 110101 |
Color Harmonies of #D42EE2
Complementary color
Monochromatic Colors of #D42EE2
Black with #D42EE2
Text Example
Text Example
White with #D42EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EE2; }
p { color: rgb(212,46,226); }
H1.HeaderClassName
{
color: #D42EE2;
}
.AnyTagClassName
{
color: #D42EE2;
}
</style>
background-color css
<style>
a { background-color: #D42EE2; }
a { background-color: rgb(212,46,226); }
div.DivClassName
{
background-color: #D42EE2;
}
.BgClassName
{
background-color: #D42EE2;
}
</style>
border-color css
<style>
span { border-color: #D42EE2; }
span { border-color: rgb(212,46,226); }
td.TdClassName
{
border-color: #D42EE2;
}
.TagClassName
{
border-color: #D42EE2;
}
</style>