Shades of Medium Orchid #D340EF
Tints of Medium Orchid #D340EF
RGB
CMYK
RGB Variations
Color information
#D340EF (or 0xD340EF) is known color: Medium Orchid. HEX triplet: D3, 40 and EF. RGB value is (211,64,239). Sum of RGB (Red+Green+Blue) = 211+64+239=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #D340EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340EF is #2CBF10. Grayscale: #7F7F7F. Windows color (decimal): -2932497 or 15679699. OLE color: 15679699.
HSL color Cylindrical-coordinate representation of color #D340EF: hue angle of 290.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D340EF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 64 | 239 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.06 |
| HSL | 290.4º | 0.85% | 0.59% | - |
| HSV(B) | 290.4º | 0.73% | 0.94% | - |
| XYZ | 44.28 | 23.75 | 83.91 | - |
| YUV | 127.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 239 | 0.12 | 0.73 | 0 | 0.06 | 290.4 | 0.85 | 0.59 |
| Hex | D3 | 40 | EF | C | 49 | 0 | 6 | 122 | 55 | 3B |
| Octal | 323 | 100 | 357 | 14 | 111 | 0 | 6 | 442 | 125 | 73 |
| Binary | 11010011 | 1000000 | 11101111 | 1100 | 1001001 | 0 | 110 | 100100010 | 1010101 | 111011 |
Color Harmonies of #D340EF
Complementary color
Monochromatic Colors of #D340EF
Black with #D340EF
Text Example
Text Example
White with #D340EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340EF; }
p { color: rgb(211,64,239); }
H1.HeaderClassName
{
color: #D340EF;
}
.AnyTagClassName
{
color: #D340EF;
}
</style>
background-color css
<style>
a { background-color: #D340EF; }
a { background-color: rgb(211,64,239); }
div.DivClassName
{
background-color: #D340EF;
}
.BgClassName
{
background-color: #D340EF;
}
</style>
border-color css
<style>
span { border-color: #D340EF; }
span { border-color: rgb(211,64,239); }
td.TdClassName
{
border-color: #D340EF;
}
.TagClassName
{
border-color: #D340EF;
}
</style>