Shades of Medium Orchid #D334EA
Tints of Medium Orchid #D334EA
RGB
CMYK
RGB Variations
Color information
#D334EA (or 0xD334EA) is known color: Medium Orchid. HEX triplet: D3, 34 and EA. RGB value is (211,52,234). Sum of RGB (Red+Green+Blue) = 211+52+234=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #D334EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334EA is #2CCB15. Grayscale: #777777. Windows color (decimal): -2935574 or 15348947. OLE color: 15348947.
HSL color Cylindrical-coordinate representation of color #D334EA: hue angle of 292.42º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D334EA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 52 | 234 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.08 |
| HSL | 292.42º | 0.81% | 0.56% | - |
| HSV(B) | 292.42º | 0.78% | 0.92% | - |
| XYZ | 42.94 | 22.25 | 79.87 | - |
| YUV | 120.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 234 | 0.10 | 0.78 | 0 | 0.08 | 292.42 | 0.81 | 0.56 |
| Hex | D3 | 34 | EA | A | 4E | 0 | 8 | 124 | 51 | 38 |
| Octal | 323 | 64 | 352 | 12 | 116 | 0 | 10 | 444 | 121 | 70 |
| Binary | 11010011 | 110100 | 11101010 | 1010 | 1001110 | 0 | 1000 | 100100100 | 1010001 | 111000 |
Color Harmonies of #D334EA
Complementary color
Monochromatic Colors of #D334EA
Black with #D334EA
Text Example
Text Example
White with #D334EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D334EA; }
p { color: rgb(211,52,234); }
H1.HeaderClassName
{
color: #D334EA;
}
.AnyTagClassName
{
color: #D334EA;
}
</style>
background-color css
<style>
a { background-color: #D334EA; }
a { background-color: rgb(211,52,234); }
div.DivClassName
{
background-color: #D334EA;
}
.BgClassName
{
background-color: #D334EA;
}
</style>
border-color css
<style>
span { border-color: #D334EA; }
span { border-color: rgb(211,52,234); }
td.TdClassName
{
border-color: #D334EA;
}
.TagClassName
{
border-color: #D334EA;
}
</style>