Shades of Medium Orchid #D42FE5
Tints of Medium Orchid #D42FE5
RGB
CMYK
RGB Variations
Color information
#D42FE5 (or 0xD42FE5) is known color: Medium Orchid. HEX triplet: D4, 2F and E5. RGB value is (212,47,229). Sum of RGB (Red+Green+Blue) = 212+47+229=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #D42FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42FE5 is #2BD01A. Grayscale: #747474. Windows color (decimal): -2871323 or 15019988. OLE color: 15019988.
HSL color Cylindrical-coordinate representation of color #D42FE5: hue angle of 294.4º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42FE5 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 47 | 229 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.10 |
| HSL | 294.4º | 0.78% | 0.54% | - |
| HSV(B) | 294.4º | 0.79% | 0.9% | - |
| XYZ | 42.31 | 21.69 | 76.08 | - |
| YUV | 117.08 | 191.16 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 229 | 0.07 | 0.79 | 0 | 0.10 | 294.4 | 0.78 | 0.54 |
| Hex | D4 | 2F | E5 | 7 | 4F | 0 | A | 126 | 4E | 36 |
| Octal | 324 | 57 | 345 | 7 | 117 | 0 | 12 | 446 | 116 | 66 |
| Binary | 11010100 | 101111 | 11100101 | 111 | 1001111 | 0 | 1010 | 100100110 | 1001110 | 110110 |
Color Harmonies of #D42FE5
Complementary color
Monochromatic Colors of #D42FE5
Black with #D42FE5
Text Example
Text Example
White with #D42FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FE5; }
p { color: rgb(212,47,229); }
H1.HeaderClassName
{
color: #D42FE5;
}
.AnyTagClassName
{
color: #D42FE5;
}
</style>
background-color css
<style>
a { background-color: #D42FE5; }
a { background-color: rgb(212,47,229); }
div.DivClassName
{
background-color: #D42FE5;
}
.BgClassName
{
background-color: #D42FE5;
}
</style>
border-color css
<style>
span { border-color: #D42FE5; }
span { border-color: rgb(212,47,229); }
td.TdClassName
{
border-color: #D42FE5;
}
.TagClassName
{
border-color: #D42FE5;
}
</style>