Shades of Medium Orchid #D333ED
Tints of Medium Orchid #D333ED
RGB
CMYK
RGB Variations
Color information
#D333ED (or 0xD333ED) is known color: Medium Orchid. HEX triplet: D3, 33 and ED. RGB value is (211,51,237). Sum of RGB (Red+Green+Blue) = 211+51+237=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #D333ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333ED is #2CCC12. Grayscale: #777777. Windows color (decimal): -2935827 or 15545299. OLE color: 15545299.
HSL color Cylindrical-coordinate representation of color #D333ED: hue angle of 291.61º degrees, saturation: 0.84, 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 #D333ED is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 51 | 237 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.07 |
| HSL | 291.61º | 0.84% | 0.56% | - |
| HSV(B) | 291.61º | 0.78% | 0.93% | - |
| XYZ | 43.33 | 22.33 | 82.15 | - |
| YUV | 120.04 | 194.01 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 237 | 0.11 | 0.78 | 0 | 0.07 | 291.61 | 0.84 | 0.56 |
| Hex | D3 | 33 | ED | B | 4E | 0 | 7 | 124 | 54 | 38 |
| Octal | 323 | 63 | 355 | 13 | 116 | 0 | 7 | 444 | 124 | 70 |
| Binary | 11010011 | 110011 | 11101101 | 1011 | 1001110 | 0 | 111 | 100100100 | 1010100 | 111000 |
Color Harmonies of #D333ED
Complementary color
Monochromatic Colors of #D333ED
Black with #D333ED
Text Example
Text Example
White with #D333ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D333ED; }
p { color: rgb(211,51,237); }
H1.HeaderClassName
{
color: #D333ED;
}
.AnyTagClassName
{
color: #D333ED;
}
</style>
background-color css
<style>
a { background-color: #D333ED; }
a { background-color: rgb(211,51,237); }
div.DivClassName
{
background-color: #D333ED;
}
.BgClassName
{
background-color: #D333ED;
}
</style>
border-color css
<style>
span { border-color: #D333ED; }
span { border-color: rgb(211,51,237); }
td.TdClassName
{
border-color: #D333ED;
}
.TagClassName
{
border-color: #D333ED;
}
</style>