Shades of Medium Orchid #D434EC
Tints of Medium Orchid #D434EC
RGB
CMYK
RGB Variations
Color information
#D434EC (or 0xD434EC) is known color: Medium Orchid. HEX triplet: D4, 34 and EC. RGB value is (212,52,236). Sum of RGB (Red+Green+Blue) = 212+52+236=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #D434EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434EC is #2BCB13. Grayscale: #787878. Windows color (decimal): -2870036 or 15480020. OLE color: 15480020.
HSL color Cylindrical-coordinate representation of color #D434EC: hue angle of 292.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D434EC is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 52 | 236 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.07 |
| HSL | 292.17º | 0.83% | 0.56% | - |
| HSV(B) | 292.17º | 0.78% | 0.93% | - |
| XYZ | 43.52 | 22.51 | 81.41 | - |
| YUV | 120.82 | 193.01 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 236 | 0.10 | 0.78 | 0 | 0.07 | 292.17 | 0.83 | 0.56 |
| Hex | D4 | 34 | EC | A | 4E | 0 | 7 | 124 | 53 | 38 |
| Octal | 324 | 64 | 354 | 12 | 116 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010100 | 110100 | 11101100 | 1010 | 1001110 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D434EC
Complementary color
Monochromatic Colors of #D434EC
Black with #D434EC
Text Example
Text Example
White with #D434EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434EC; }
p { color: rgb(212,52,236); }
H1.HeaderClassName
{
color: #D434EC;
}
.AnyTagClassName
{
color: #D434EC;
}
</style>
background-color css
<style>
a { background-color: #D434EC; }
a { background-color: rgb(212,52,236); }
div.DivClassName
{
background-color: #D434EC;
}
.BgClassName
{
background-color: #D434EC;
}
</style>
border-color css
<style>
span { border-color: #D434EC; }
span { border-color: rgb(212,52,236); }
td.TdClassName
{
border-color: #D434EC;
}
.TagClassName
{
border-color: #D434EC;
}
</style>