Shades of Medium Orchid #D340EB
Tints of Medium Orchid #D340EB
RGB
CMYK
RGB Variations
Color information
#D340EB (or 0xD340EB) is known color: Medium Orchid. HEX triplet: D3, 40 and EB. RGB value is (211,64,235). Sum of RGB (Red+Green+Blue) = 211+64+235=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #D340EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340EB is #2CBF14. Grayscale: #7E7E7E. Windows color (decimal): -2932501 or 15417555. OLE color: 15417555.
HSL color Cylindrical-coordinate representation of color #D340EB: hue angle of 291.58º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D340EB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 64 | 235 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.08 |
| HSL | 291.58º | 0.81% | 0.59% | - |
| HSV(B) | 291.58º | 0.73% | 0.92% | - |
| XYZ | 43.69 | 23.51 | 80.83 | - |
| YUV | 127.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 235 | 0.10 | 0.73 | 0 | 0.08 | 291.58 | 0.81 | 0.59 |
| Hex | D3 | 40 | EB | A | 49 | 0 | 8 | 124 | 51 | 3B |
| Octal | 323 | 100 | 353 | 12 | 111 | 0 | 10 | 444 | 121 | 73 |
| Binary | 11010011 | 1000000 | 11101011 | 1010 | 1001001 | 0 | 1000 | 100100100 | 1010001 | 111011 |
Color Harmonies of #D340EB
Complementary color
Monochromatic Colors of #D340EB
Black with #D340EB
Text Example
Text Example
White with #D340EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340EB; }
p { color: rgb(211,64,235); }
H1.HeaderClassName
{
color: #D340EB;
}
.AnyTagClassName
{
color: #D340EB;
}
</style>
background-color css
<style>
a { background-color: #D340EB; }
a { background-color: rgb(211,64,235); }
div.DivClassName
{
background-color: #D340EB;
}
.BgClassName
{
background-color: #D340EB;
}
</style>
border-color css
<style>
span { border-color: #D340EB; }
span { border-color: rgb(211,64,235); }
td.TdClassName
{
border-color: #D340EB;
}
.TagClassName
{
border-color: #D340EB;
}
</style>