Shades of Medium Orchid #D42FEA
Tints of Medium Orchid #D42FEA
RGB
CMYK
RGB Variations
Color information
#D42FEA (or 0xD42FEA) is known color: Medium Orchid. HEX triplet: D4, 2F and EA. RGB value is (212,47,234). Sum of RGB (Red+Green+Blue) = 212+47+234=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #D42FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FEA is #2BD015. Grayscale: #757575. Windows color (decimal): -2871318 or 15347668. OLE color: 15347668.
HSL color Cylindrical-coordinate representation of color #D42FEA: hue angle of 292.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42FEA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 47 | 234 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.08 |
| HSL | 292.94º | 0.82% | 0.55% | - |
| HSV(B) | 292.94º | 0.8% | 0.92% | - |
| XYZ | 43.02 | 21.97 | 79.82 | - |
| YUV | 117.65 | 193.66 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 234 | 0.09 | 0.80 | 0 | 0.08 | 292.94 | 0.82 | 0.55 |
| Hex | D4 | 2F | EA | 9 | 50 | 0 | 8 | 125 | 52 | 37 |
| Octal | 324 | 57 | 352 | 11 | 120 | 0 | 10 | 445 | 122 | 67 |
| Binary | 11010100 | 101111 | 11101010 | 1001 | 1010000 | 0 | 1000 | 100100101 | 1010010 | 110111 |
Color Harmonies of #D42FEA
Complementary color
Monochromatic Colors of #D42FEA
Black with #D42FEA
Text Example
Text Example
White with #D42FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FEA; }
p { color: rgb(212,47,234); }
H1.HeaderClassName
{
color: #D42FEA;
}
.AnyTagClassName
{
color: #D42FEA;
}
</style>
background-color css
<style>
a { background-color: #D42FEA; }
a { background-color: rgb(212,47,234); }
div.DivClassName
{
background-color: #D42FEA;
}
.BgClassName
{
background-color: #D42FEA;
}
</style>
border-color css
<style>
span { border-color: #D42FEA; }
span { border-color: rgb(212,47,234); }
td.TdClassName
{
border-color: #D42FEA;
}
.TagClassName
{
border-color: #D42FEA;
}
</style>