Shades of Medium Orchid #D334E1
Tints of Medium Orchid #D334E1
RGB
CMYK
RGB Variations
Color information
#D334E1 (or 0xD334E1) is known color: Medium Orchid. HEX triplet: D3, 34 and E1. RGB value is (211,52,225). Sum of RGB (Red+Green+Blue) = 211+52+225=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #D334E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334E1 is #2CCB1E. Grayscale: #767676. Windows color (decimal): -2935583 or 14759123. OLE color: 14759123.
HSL color Cylindrical-coordinate representation of color #D334E1: hue angle of 295.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D334E1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 52 | 225 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.12 |
| HSL | 295.14º | 0.74% | 0.54% | - |
| HSV(B) | 295.14º | 0.77% | 0.88% | - |
| XYZ | 41.68 | 21.74 | 73.23 | - |
| YUV | 119.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 225 | 0.06 | 0.77 | 0 | 0.12 | 295.14 | 0.74 | 0.54 |
| Hex | D3 | 34 | E1 | 6 | 4D | 0 | C | 127 | 4A | 36 |
| Octal | 323 | 64 | 341 | 6 | 115 | 0 | 14 | 447 | 112 | 66 |
| Binary | 11010011 | 110100 | 11100001 | 110 | 1001101 | 0 | 1100 | 100100111 | 1001010 | 110110 |
Color Harmonies of #D334E1
Complementary color
Monochromatic Colors of #D334E1
Black with #D334E1
Text Example
Text Example
White with #D334E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334E1; }
p { color: rgb(211,52,225); }
H1.HeaderClassName
{
color: #D334E1;
}
.AnyTagClassName
{
color: #D334E1;
}
</style>
background-color css
<style>
a { background-color: #D334E1; }
a { background-color: rgb(211,52,225); }
div.DivClassName
{
background-color: #D334E1;
}
.BgClassName
{
background-color: #D334E1;
}
</style>
border-color css
<style>
span { border-color: #D334E1; }
span { border-color: rgb(211,52,225); }
td.TdClassName
{
border-color: #D334E1;
}
.TagClassName
{
border-color: #D334E1;
}
</style>