Shades of Medium Orchid #D343EE
Tints of Medium Orchid #D343EE
RGB
CMYK
RGB Variations
Color information
#D343EE (or 0xD343EE) is known color: Medium Orchid. HEX triplet: D3, 43 and EE. RGB value is (211,67,238). Sum of RGB (Red+Green+Blue) = 211+67+238=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 67 (26.56% from 255 or 12.98% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #D343EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343EE is #2CBC11. Grayscale: #818181. Windows color (decimal): -2931730 or 15614931. OLE color: 15614931.
HSL color Cylindrical-coordinate representation of color #D343EE: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D343EE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 67 | 238 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.07 |
| HSL | 290.53º | 0.83% | 0.6% | - |
| HSV(B) | 290.53º | 0.72% | 0.93% | - |
| XYZ | 44.3 | 24.04 | 83.19 | - |
| YUV | 129.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 238 | 0.11 | 0.72 | 0 | 0.07 | 290.53 | 0.83 | 0.6 |
| Hex | D3 | 43 | EE | B | 48 | 0 | 7 | 123 | 53 | 3C |
| Octal | 323 | 103 | 356 | 13 | 110 | 0 | 7 | 443 | 123 | 74 |
| Binary | 11010011 | 1000011 | 11101110 | 1011 | 1001000 | 0 | 111 | 100100011 | 1010011 | 111100 |
Color Harmonies of #D343EE
Complementary color
Monochromatic Colors of #D343EE
Black with #D343EE
Text Example
Text Example
White with #D343EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D343EE; }
p { color: rgb(211,67,238); }
H1.HeaderClassName
{
color: #D343EE;
}
.AnyTagClassName
{
color: #D343EE;
}
</style>
background-color css
<style>
a { background-color: #D343EE; }
a { background-color: rgb(211,67,238); }
div.DivClassName
{
background-color: #D343EE;
}
.BgClassName
{
background-color: #D343EE;
}
</style>
border-color css
<style>
span { border-color: #D343EE; }
span { border-color: rgb(211,67,238); }
td.TdClassName
{
border-color: #D343EE;
}
.TagClassName
{
border-color: #D343EE;
}
</style>