Shades of Medium Orchid #D239EF
Tints of Medium Orchid #D239EF
RGB
CMYK
RGB Variations
Color information
#D239EF (or 0xD239EF) is known color: Medium Orchid. HEX triplet: D2, 39 and EF. RGB value is (210,57,239). Sum of RGB (Red+Green+Blue) = 210+57+239=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #D239EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239EF is #2DC610. Grayscale: #7A7A7A. Windows color (decimal): -2999825 or 15677906. OLE color: 15677906.
HSL color Cylindrical-coordinate representation of color #D239EF: hue angle of 290.44º 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 #D239EF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 57 | 239 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.06 |
| HSL | 290.44º | 0.85% | 0.58% | - |
| HSV(B) | 290.44º | 0.76% | 0.94% | - |
| XYZ | 43.62 | 22.86 | 83.77 | - |
| YUV | 123.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 239 | 0.12 | 0.76 | 0 | 0.06 | 290.44 | 0.85 | 0.58 |
| Hex | D2 | 39 | EF | C | 4C | 0 | 6 | 122 | 55 | 3A |
| Octal | 322 | 71 | 357 | 14 | 114 | 0 | 6 | 442 | 125 | 72 |
| Binary | 11010010 | 111001 | 11101111 | 1100 | 1001100 | 0 | 110 | 100100010 | 1010101 | 111010 |
Color Harmonies of #D239EF
Complementary color
Monochromatic Colors of #D239EF
Black with #D239EF
Text Example
Text Example
White with #D239EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D239EF; }
p { color: rgb(210,57,239); }
H1.HeaderClassName
{
color: #D239EF;
}
.AnyTagClassName
{
color: #D239EF;
}
</style>
background-color css
<style>
a { background-color: #D239EF; }
a { background-color: rgb(210,57,239); }
div.DivClassName
{
background-color: #D239EF;
}
.BgClassName
{
background-color: #D239EF;
}
</style>
border-color css
<style>
span { border-color: #D239EF; }
span { border-color: rgb(210,57,239); }
td.TdClassName
{
border-color: #D239EF;
}
.TagClassName
{
border-color: #D239EF;
}
</style>