Shades of Medium Orchid #D438EC
Tints of Medium Orchid #D438EC
RGB
CMYK
RGB Variations
Color information
#D438EC (or 0xD438EC) is known color: Medium Orchid. HEX triplet: D4, 38 and EC. RGB value is (212,56,236). Sum of RGB (Red+Green+Blue) = 212+56+236=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #D438EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438EC is #2BC713. Grayscale: #7A7A7A. Windows color (decimal): -2869012 or 15481044. OLE color: 15481044.
HSL color Cylindrical-coordinate representation of color #D438EC: hue angle of 292º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D438EC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 56 | 236 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.07 |
| HSL | 292º | 0.83% | 0.57% | - |
| HSV(B) | 292º | 0.76% | 0.93% | - |
| XYZ | 43.71 | 22.88 | 81.47 | - |
| YUV | 123.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 236 | 0.10 | 0.76 | 0 | 0.07 | 292 | 0.83 | 0.57 |
| Hex | D4 | 38 | EC | A | 4C | 0 | 7 | 124 | 53 | 39 |
| Octal | 324 | 70 | 354 | 12 | 114 | 0 | 7 | 444 | 123 | 71 |
| Binary | 11010100 | 111000 | 11101100 | 1010 | 1001100 | 0 | 111 | 100100100 | 1010011 | 111001 |
Color Harmonies of #D438EC
Complementary color
Monochromatic Colors of #D438EC
Black with #D438EC
Text Example
Text Example
White with #D438EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438EC; }
p { color: rgb(212,56,236); }
H1.HeaderClassName
{
color: #D438EC;
}
.AnyTagClassName
{
color: #D438EC;
}
</style>
background-color css
<style>
a { background-color: #D438EC; }
a { background-color: rgb(212,56,236); }
div.DivClassName
{
background-color: #D438EC;
}
.BgClassName
{
background-color: #D438EC;
}
</style>
border-color css
<style>
span { border-color: #D438EC; }
span { border-color: rgb(212,56,236); }
td.TdClassName
{
border-color: #D438EC;
}
.TagClassName
{
border-color: #D438EC;
}
</style>