Shades of Medium Orchid #D33BE9
Tints of Medium Orchid #D33BE9
RGB
CMYK
RGB Variations
Color information
#D33BE9 (or 0xD33BE9) is known color: Medium Orchid. HEX triplet: D3, 3B and E9. RGB value is (211,59,233). Sum of RGB (Red+Green+Blue) = 211+59+233=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #D33BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BE9 is #2CC416. Grayscale: #7B7B7B. Windows color (decimal): -2933783 or 15285203. OLE color: 15285203.
HSL color Cylindrical-coordinate representation of color #D33BE9: hue angle of 292.41º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33BE9 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 59 | 233 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.09 |
| HSL | 292.41º | 0.8% | 0.57% | - |
| HSV(B) | 292.41º | 0.75% | 0.91% | - |
| XYZ | 43.14 | 22.86 | 79.23 | - |
| YUV | 124.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 233 | 0.09 | 0.75 | 0 | 0.09 | 292.41 | 0.8 | 0.57 |
| Hex | D3 | 3B | E9 | 9 | 4B | 0 | 9 | 124 | 50 | 39 |
| Octal | 323 | 73 | 351 | 11 | 113 | 0 | 11 | 444 | 120 | 71 |
| Binary | 11010011 | 111011 | 11101001 | 1001 | 1001011 | 0 | 1001 | 100100100 | 1010000 | 111001 |
Color Harmonies of #D33BE9
Complementary color
Monochromatic Colors of #D33BE9
Black with #D33BE9
Text Example
Text Example
White with #D33BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BE9; }
p { color: rgb(211,59,233); }
H1.HeaderClassName
{
color: #D33BE9;
}
.AnyTagClassName
{
color: #D33BE9;
}
</style>
background-color css
<style>
a { background-color: #D33BE9; }
a { background-color: rgb(211,59,233); }
div.DivClassName
{
background-color: #D33BE9;
}
.BgClassName
{
background-color: #D33BE9;
}
</style>
border-color css
<style>
span { border-color: #D33BE9; }
span { border-color: rgb(211,59,233); }
td.TdClassName
{
border-color: #D33BE9;
}
.TagClassName
{
border-color: #D33BE9;
}
</style>