Shades of Medium Orchid #D341EA
Tints of Medium Orchid #D341EA
RGB
CMYK
RGB Variations
Color information
#D341EA (or 0xD341EA) is known color: Medium Orchid. HEX triplet: D3, 41 and EA. RGB value is (211,65,234). Sum of RGB (Red+Green+Blue) = 211+65+234=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #D341EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341EA is #2CBE15. Grayscale: #7F7F7F. Windows color (decimal): -2932246 or 15352275. OLE color: 15352275.
HSL color Cylindrical-coordinate representation of color #D341EA: hue angle of 291.83º degrees, saturation: 0.8, 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 #D341EA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 65 | 234 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.08 |
| HSL | 291.83º | 0.8% | 0.59% | - |
| HSV(B) | 291.83º | 0.72% | 0.92% | - |
| XYZ | 43.61 | 23.57 | 80.09 | - |
| YUV | 127.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 234 | 0.10 | 0.72 | 0 | 0.08 | 291.83 | 0.8 | 0.59 |
| Hex | D3 | 41 | EA | A | 48 | 0 | 8 | 124 | 50 | 3B |
| Octal | 323 | 101 | 352 | 12 | 110 | 0 | 10 | 444 | 120 | 73 |
| Binary | 11010011 | 1000001 | 11101010 | 1010 | 1001000 | 0 | 1000 | 100100100 | 1010000 | 111011 |
Color Harmonies of #D341EA
Complementary color
Monochromatic Colors of #D341EA
Black with #D341EA
Text Example
Text Example
White with #D341EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341EA; }
p { color: rgb(211,65,234); }
H1.HeaderClassName
{
color: #D341EA;
}
.AnyTagClassName
{
color: #D341EA;
}
</style>
background-color css
<style>
a { background-color: #D341EA; }
a { background-color: rgb(211,65,234); }
div.DivClassName
{
background-color: #D341EA;
}
.BgClassName
{
background-color: #D341EA;
}
</style>
border-color css
<style>
span { border-color: #D341EA; }
span { border-color: rgb(211,65,234); }
td.TdClassName
{
border-color: #D341EA;
}
.TagClassName
{
border-color: #D341EA;
}
</style>