Shades of Medium Orchid #D333EC
Tints of Medium Orchid #D333EC
RGB
CMYK
RGB Variations
Color information
#D333EC (or 0xD333EC) is known color: Medium Orchid. HEX triplet: D3, 33 and EC. RGB value is (211,51,236). Sum of RGB (Red+Green+Blue) = 211+51+236=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #D333EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333EC is #2CCC13. Grayscale: #777777. Windows color (decimal): -2935828 or 15479763. OLE color: 15479763.
HSL color Cylindrical-coordinate representation of color #D333EC: hue angle of 291.89º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D333EC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 51 | 236 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.89º | 0.83% | 0.56% | - |
| HSV(B) | 291.89º | 0.78% | 0.93% | - |
| XYZ | 43.19 | 22.27 | 81.38 | - |
| YUV | 119.93 | 193.51 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 236 | 0.11 | 0.78 | 0 | 0.07 | 291.89 | 0.83 | 0.56 |
| Hex | D3 | 33 | EC | B | 4E | 0 | 7 | 124 | 53 | 38 |
| Octal | 323 | 63 | 354 | 13 | 116 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010011 | 110011 | 11101100 | 1011 | 1001110 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D333EC
Complementary color
Monochromatic Colors of #D333EC
Black with #D333EC
Text Example
Text Example
White with #D333EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D333EC; }
p { color: rgb(211,51,236); }
H1.HeaderClassName
{
color: #D333EC;
}
.AnyTagClassName
{
color: #D333EC;
}
</style>
background-color css
<style>
a { background-color: #D333EC; }
a { background-color: rgb(211,51,236); }
div.DivClassName
{
background-color: #D333EC;
}
.BgClassName
{
background-color: #D333EC;
}
</style>
border-color css
<style>
span { border-color: #D333EC; }
span { border-color: rgb(211,51,236); }
td.TdClassName
{
border-color: #D333EC;
}
.TagClassName
{
border-color: #D333EC;
}
</style>