Shades of Medium Orchid #D336E5
Tints of Medium Orchid #D336E5
RGB
CMYK
RGB Variations
Color information
#D336E5 (or 0xD336E5) is known color: Medium Orchid. HEX triplet: D3, 36 and E5. RGB value is (211,54,229). Sum of RGB (Red+Green+Blue) = 211+54+229=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #D336E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D336E5 is #2CC91A. Grayscale: #787878. Windows color (decimal): -2935067 or 15021779. OLE color: 15021779.
HSL color Cylindrical-coordinate representation of color #D336E5: hue angle of 293.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D336E5 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 54 | 229 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.10 |
| HSL | 293.83º | 0.77% | 0.55% | - |
| HSV(B) | 293.83º | 0.76% | 0.9% | - |
| XYZ | 42.33 | 22.14 | 76.17 | - |
| YUV | 120.89 | 189.01 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 229 | 0.08 | 0.76 | 0 | 0.10 | 293.83 | 0.77 | 0.55 |
| Hex | D3 | 36 | E5 | 8 | 4C | 0 | A | 126 | 4D | 37 |
| Octal | 323 | 66 | 345 | 10 | 114 | 0 | 12 | 446 | 115 | 67 |
| Binary | 11010011 | 110110 | 11100101 | 1000 | 1001100 | 0 | 1010 | 100100110 | 1001101 | 110111 |
Color Harmonies of #D336E5
Complementary color
Monochromatic Colors of #D336E5
Black with #D336E5
Text Example
Text Example
White with #D336E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D336E5; }
p { color: rgb(211,54,229); }
H1.HeaderClassName
{
color: #D336E5;
}
.AnyTagClassName
{
color: #D336E5;
}
</style>
background-color css
<style>
a { background-color: #D336E5; }
a { background-color: rgb(211,54,229); }
div.DivClassName
{
background-color: #D336E5;
}
.BgClassName
{
background-color: #D336E5;
}
</style>
border-color css
<style>
span { border-color: #D336E5; }
span { border-color: rgb(211,54,229); }
td.TdClassName
{
border-color: #D336E5;
}
.TagClassName
{
border-color: #D336E5;
}
</style>