Shades of Medium Orchid #D341EC
Tints of Medium Orchid #D341EC
RGB
CMYK
RGB Variations
Color information
#D341EC (or 0xD341EC) is known color: Medium Orchid. HEX triplet: D3, 41 and EC. RGB value is (211,65,236). Sum of RGB (Red+Green+Blue) = 211+65+236=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #D341EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341EC is #2CBE13. Grayscale: #7F7F7F. Windows color (decimal): -2932244 or 15483347. OLE color: 15483347.
HSL color Cylindrical-coordinate representation of color #D341EC: hue angle of 291.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D341EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 65 | 236 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 291.23º | 0.82% | 0.59% | - |
| HSV(B) | 291.23º | 0.72% | 0.93% | - |
| XYZ | 43.89 | 23.69 | 81.62 | - |
| YUV | 128.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 236 | 0.11 | 0.72 | 0 | 0.07 | 291.23 | 0.82 | 0.59 |
| Hex | D3 | 41 | EC | B | 48 | 0 | 7 | 123 | 52 | 3B |
| Octal | 323 | 101 | 354 | 13 | 110 | 0 | 7 | 443 | 122 | 73 |
| Binary | 11010011 | 1000001 | 11101100 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010010 | 111011 |
Color Harmonies of #D341EC
Complementary color
Monochromatic Colors of #D341EC
Black with #D341EC
Text Example
Text Example
White with #D341EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341EC; }
p { color: rgb(211,65,236); }
H1.HeaderClassName
{
color: #D341EC;
}
.AnyTagClassName
{
color: #D341EC;
}
</style>
background-color css
<style>
a { background-color: #D341EC; }
a { background-color: rgb(211,65,236); }
div.DivClassName
{
background-color: #D341EC;
}
.BgClassName
{
background-color: #D341EC;
}
</style>
border-color css
<style>
span { border-color: #D341EC; }
span { border-color: rgb(211,65,236); }
td.TdClassName
{
border-color: #D341EC;
}
.TagClassName
{
border-color: #D341EC;
}
</style>