Shades of Medium Orchid #D342EA
Tints of Medium Orchid #D342EA
RGB
CMYK
RGB Variations
Color information
#D342EA (or 0xD342EA) is known color: Medium Orchid. HEX triplet: D3, 42 and EA. RGB value is (211,66,234). Sum of RGB (Red+Green+Blue) = 211+66+234=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #D342EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342EA is #2CBD15. Grayscale: #7F7F7F. Windows color (decimal): -2931990 or 15352531. OLE color: 15352531.
HSL color Cylindrical-coordinate representation of color #D342EA: hue angle of 291.79º 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 #D342EA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 66 | 234 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.08 |
| HSL | 291.79º | 0.8% | 0.59% | - |
| HSV(B) | 291.79º | 0.72% | 0.92% | - |
| XYZ | 43.66 | 23.69 | 80.11 | - |
| YUV | 128.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 234 | 0.10 | 0.72 | 0 | 0.08 | 291.79 | 0.8 | 0.59 |
| Hex | D3 | 42 | EA | A | 48 | 0 | 8 | 124 | 50 | 3B |
| Octal | 323 | 102 | 352 | 12 | 110 | 0 | 10 | 444 | 120 | 73 |
| Binary | 11010011 | 1000010 | 11101010 | 1010 | 1001000 | 0 | 1000 | 100100100 | 1010000 | 111011 |
Color Harmonies of #D342EA
Complementary color
Monochromatic Colors of #D342EA
Black with #D342EA
Text Example
Text Example
White with #D342EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342EA; }
p { color: rgb(211,66,234); }
H1.HeaderClassName
{
color: #D342EA;
}
.AnyTagClassName
{
color: #D342EA;
}
</style>
background-color css
<style>
a { background-color: #D342EA; }
a { background-color: rgb(211,66,234); }
div.DivClassName
{
background-color: #D342EA;
}
.BgClassName
{
background-color: #D342EA;
}
</style>
border-color css
<style>
span { border-color: #D342EA; }
span { border-color: rgb(211,66,234); }
td.TdClassName
{
border-color: #D342EA;
}
.TagClassName
{
border-color: #D342EA;
}
</style>