Shades of Medium Orchid #D341EB
Tints of Medium Orchid #D341EB
RGB
CMYK
RGB Variations
Color information
#D341EB (or 0xD341EB) is known color: Medium Orchid. HEX triplet: D3, 41 and EB. RGB value is (211,65,235). Sum of RGB (Red+Green+Blue) = 211+65+235=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #D341EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341EB is #2CBE14. Grayscale: #7F7F7F. Windows color (decimal): -2932245 or 15417811. OLE color: 15417811.
HSL color Cylindrical-coordinate representation of color #D341EB: hue angle of 291.53º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D341EB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 65 | 235 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.08 |
| HSL | 291.53º | 0.81% | 0.59% | - |
| HSV(B) | 291.53º | 0.72% | 0.92% | - |
| XYZ | 43.75 | 23.63 | 80.85 | - |
| YUV | 128.03 | 188.37 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 235 | 0.10 | 0.72 | 0 | 0.08 | 291.53 | 0.81 | 0.59 |
| Hex | D3 | 41 | EB | A | 48 | 0 | 8 | 124 | 51 | 3B |
| Octal | 323 | 101 | 353 | 12 | 110 | 0 | 10 | 444 | 121 | 73 |
| Binary | 11010011 | 1000001 | 11101011 | 1010 | 1001000 | 0 | 1000 | 100100100 | 1010001 | 111011 |
Color Harmonies of #D341EB
Complementary color
Monochromatic Colors of #D341EB
Black with #D341EB
Text Example
Text Example
White with #D341EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341EB; }
p { color: rgb(211,65,235); }
H1.HeaderClassName
{
color: #D341EB;
}
.AnyTagClassName
{
color: #D341EB;
}
</style>
background-color css
<style>
a { background-color: #D341EB; }
a { background-color: rgb(211,65,235); }
div.DivClassName
{
background-color: #D341EB;
}
.BgClassName
{
background-color: #D341EB;
}
</style>
border-color css
<style>
span { border-color: #D341EB; }
span { border-color: rgb(211,65,235); }
td.TdClassName
{
border-color: #D341EB;
}
.TagClassName
{
border-color: #D341EB;
}
</style>