Shades of Medium Orchid #D342EB
Tints of Medium Orchid #D342EB
RGB
CMYK
RGB Variations
Color information
#D342EB (or 0xD342EB) is known color: Medium Orchid. HEX triplet: D3, 42 and EB. RGB value is (211,66,235). Sum of RGB (Red+Green+Blue) = 211+66+235=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 66 (26.17% from 255 or 12.89% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #D342EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342EB is #2CBD14. Grayscale: #808080. Windows color (decimal): -2931989 or 15418067. OLE color: 15418067.
HSL color Cylindrical-coordinate representation of color #D342EB: hue angle of 291.48º 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 #D342EB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 66 | 235 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.08 |
| HSL | 291.48º | 0.81% | 0.59% | - |
| HSV(B) | 291.48º | 0.72% | 0.92% | - |
| XYZ | 43.81 | 23.74 | 80.87 | - |
| YUV | 128.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 235 | 0.10 | 0.72 | 0 | 0.08 | 291.48 | 0.81 | 0.59 |
| Hex | D3 | 42 | EB | A | 48 | 0 | 8 | 123 | 51 | 3B |
| Octal | 323 | 102 | 353 | 12 | 110 | 0 | 10 | 443 | 121 | 73 |
| Binary | 11010011 | 1000010 | 11101011 | 1010 | 1001000 | 0 | 1000 | 100100011 | 1010001 | 111011 |
Color Harmonies of #D342EB
Complementary color
Monochromatic Colors of #D342EB
Black with #D342EB
Text Example
Text Example
White with #D342EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342EB; }
p { color: rgb(211,66,235); }
H1.HeaderClassName
{
color: #D342EB;
}
.AnyTagClassName
{
color: #D342EB;
}
</style>
background-color css
<style>
a { background-color: #D342EB; }
a { background-color: rgb(211,66,235); }
div.DivClassName
{
background-color: #D342EB;
}
.BgClassName
{
background-color: #D342EB;
}
</style>
border-color css
<style>
span { border-color: #D342EB; }
span { border-color: rgb(211,66,235); }
td.TdClassName
{
border-color: #D342EB;
}
.TagClassName
{
border-color: #D342EB;
}
</style>