Shades of Medium Orchid #D343EC
Tints of Medium Orchid #D343EC
RGB
CMYK
RGB Variations
Color information
#D343EC (or 0xD343EC) is known color: Medium Orchid. HEX triplet: D3, 43 and EC. RGB value is (211,67,236). Sum of RGB (Red+Green+Blue) = 211+67+236=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #D343EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343EC is #2CBC13. Grayscale: #808080. Windows color (decimal): -2931732 or 15483859. OLE color: 15483859.
HSL color Cylindrical-coordinate representation of color #D343EC: hue angle of 291.12º 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 #D343EC is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 67 | 236 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 291.12º | 0.82% | 0.59% | - |
| HSV(B) | 291.12º | 0.72% | 0.93% | - |
| XYZ | 44.01 | 23.92 | 81.65 | - |
| YUV | 129.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 236 | 0.11 | 0.72 | 0 | 0.07 | 291.12 | 0.82 | 0.59 |
| Hex | D3 | 43 | EC | B | 48 | 0 | 7 | 123 | 52 | 3B |
| Octal | 323 | 103 | 354 | 13 | 110 | 0 | 7 | 443 | 122 | 73 |
| Binary | 11010011 | 1000011 | 11101100 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010010 | 111011 |
Color Harmonies of #D343EC
Complementary color
Monochromatic Colors of #D343EC
Black with #D343EC
Text Example
Text Example
White with #D343EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343EC; }
p { color: rgb(211,67,236); }
H1.HeaderClassName
{
color: #D343EC;
}
.AnyTagClassName
{
color: #D343EC;
}
</style>
background-color css
<style>
a { background-color: #D343EC; }
a { background-color: rgb(211,67,236); }
div.DivClassName
{
background-color: #D343EC;
}
.BgClassName
{
background-color: #D343EC;
}
</style>
border-color css
<style>
span { border-color: #D343EC; }
span { border-color: rgb(211,67,236); }
td.TdClassName
{
border-color: #D343EC;
}
.TagClassName
{
border-color: #D343EC;
}
</style>