Shades of Medium Orchid #D439EF
Tints of Medium Orchid #D439EF
RGB
CMYK
RGB Variations
Color information
#D439EF (or 0xD439EF) is known color: Medium Orchid. HEX triplet: D4, 39 and EF. RGB value is (212,57,239). Sum of RGB (Red+Green+Blue) = 212+57+239=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 57 (22.66% from 255 or 11.22% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #D439EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D439EF is #2BC610. Grayscale: #7B7B7B. Windows color (decimal): -2868753 or 15677908. OLE color: 15677908.
HSL color Cylindrical-coordinate representation of color #D439EF: hue angle of 291.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D439EF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 57 | 239 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.06 |
| HSL | 291.1º | 0.85% | 0.58% | - |
| HSV(B) | 291.1º | 0.76% | 0.94% | - |
| XYZ | 44.19 | 23.16 | 83.8 | - |
| YUV | 124.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 239 | 0.11 | 0.76 | 0 | 0.06 | 291.1 | 0.85 | 0.58 |
| Hex | D4 | 39 | EF | B | 4C | 0 | 6 | 123 | 55 | 3A |
| Octal | 324 | 71 | 357 | 13 | 114 | 0 | 6 | 443 | 125 | 72 |
| Binary | 11010100 | 111001 | 11101111 | 1011 | 1001100 | 0 | 110 | 100100011 | 1010101 | 111010 |
Color Harmonies of #D439EF
Complementary color
Monochromatic Colors of #D439EF
Black with #D439EF
Text Example
Text Example
White with #D439EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D439EF; }
p { color: rgb(212,57,239); }
H1.HeaderClassName
{
color: #D439EF;
}
.AnyTagClassName
{
color: #D439EF;
}
</style>
background-color css
<style>
a { background-color: #D439EF; }
a { background-color: rgb(212,57,239); }
div.DivClassName
{
background-color: #D439EF;
}
.BgClassName
{
background-color: #D439EF;
}
</style>
border-color css
<style>
span { border-color: #D439EF; }
span { border-color: rgb(212,57,239); }
td.TdClassName
{
border-color: #D439EF;
}
.TagClassName
{
border-color: #D439EF;
}
</style>