Shades of Medium Orchid #D434EF
Tints of Medium Orchid #D434EF
RGB
CMYK
RGB Variations
Color information
#D434EF (or 0xD434EF) is known color: Medium Orchid. HEX triplet: D4, 34 and EF. RGB value is (212,52,239). Sum of RGB (Red+Green+Blue) = 212+52+239=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #D434EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434EF is #2BCB10. Grayscale: #787878. Windows color (decimal): -2870033 or 15676628. OLE color: 15676628.
HSL color Cylindrical-coordinate representation of color #D434EF: hue angle of 291.34º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D434EF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 52 | 239 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.06 |
| HSL | 291.34º | 0.85% | 0.57% | - |
| HSV(B) | 291.34º | 0.78% | 0.94% | - |
| XYZ | 43.96 | 22.69 | 83.72 | - |
| YUV | 121.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 239 | 0.11 | 0.78 | 0 | 0.06 | 291.34 | 0.85 | 0.57 |
| Hex | D4 | 34 | EF | B | 4E | 0 | 6 | 123 | 55 | 39 |
| Octal | 324 | 64 | 357 | 13 | 116 | 0 | 6 | 443 | 125 | 71 |
| Binary | 11010100 | 110100 | 11101111 | 1011 | 1001110 | 0 | 110 | 100100011 | 1010101 | 111001 |
Color Harmonies of #D434EF
Complementary color
Monochromatic Colors of #D434EF
Black with #D434EF
Text Example
Text Example
White with #D434EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434EF; }
p { color: rgb(212,52,239); }
H1.HeaderClassName
{
color: #D434EF;
}
.AnyTagClassName
{
color: #D434EF;
}
</style>
background-color css
<style>
a { background-color: #D434EF; }
a { background-color: rgb(212,52,239); }
div.DivClassName
{
background-color: #D434EF;
}
.BgClassName
{
background-color: #D434EF;
}
</style>
border-color css
<style>
span { border-color: #D434EF; }
span { border-color: rgb(212,52,239); }
td.TdClassName
{
border-color: #D434EF;
}
.TagClassName
{
border-color: #D434EF;
}
</style>