Shades of Medium Orchid #D33BE8
Tints of Medium Orchid #D33BE8
RGB
CMYK
RGB Variations
Color information
#D33BE8 (or 0xD33BE8) is known color: Medium Orchid. HEX triplet: D3, 3B and E8. RGB value is (211,59,232). Sum of RGB (Red+Green+Blue) = 211+59+232=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #D33BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BE8 is #2CC417. Grayscale: #7B7B7B. Windows color (decimal): -2933784 or 15219667. OLE color: 15219667.
HSL color Cylindrical-coordinate representation of color #D33BE8: hue angle of 292.72º degrees, saturation: 0.79, 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 #D33BE8 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 59 | 232 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.09 |
| HSL | 292.72º | 0.79% | 0.57% | - |
| HSV(B) | 292.72º | 0.75% | 0.91% | - |
| XYZ | 42.99 | 22.8 | 78.48 | - |
| YUV | 124.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 232 | 0.09 | 0.75 | 0 | 0.09 | 292.72 | 0.79 | 0.57 |
| Hex | D3 | 3B | E8 | 9 | 4B | 0 | 9 | 125 | 4F | 39 |
| Octal | 323 | 73 | 350 | 11 | 113 | 0 | 11 | 445 | 117 | 71 |
| Binary | 11010011 | 111011 | 11101000 | 1001 | 1001011 | 0 | 1001 | 100100101 | 1001111 | 111001 |
Color Harmonies of #D33BE8
Complementary color
Monochromatic Colors of #D33BE8
Black with #D33BE8
Text Example
Text Example
White with #D33BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BE8; }
p { color: rgb(211,59,232); }
H1.HeaderClassName
{
color: #D33BE8;
}
.AnyTagClassName
{
color: #D33BE8;
}
</style>
background-color css
<style>
a { background-color: #D33BE8; }
a { background-color: rgb(211,59,232); }
div.DivClassName
{
background-color: #D33BE8;
}
.BgClassName
{
background-color: #D33BE8;
}
</style>
border-color css
<style>
span { border-color: #D33BE8; }
span { border-color: rgb(211,59,232); }
td.TdClassName
{
border-color: #D33BE8;
}
.TagClassName
{
border-color: #D33BE8;
}
</style>