Shades of Medium Orchid #D33AE8
Tints of Medium Orchid #D33AE8
RGB
CMYK
RGB Variations
Color information
#D33AE8 (or 0xD33AE8) is known color: Medium Orchid. HEX triplet: D3, 3A and E8. RGB value is (211,58,232). Sum of RGB (Red+Green+Blue) = 211+58+232=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #D33AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AE8 is #2CC517. Grayscale: #7B7B7B. Windows color (decimal): -2934040 or 15219411. OLE color: 15219411.
HSL color Cylindrical-coordinate representation of color #D33AE8: hue angle of 292.76º 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 #D33AE8 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 58 | 232 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.09 |
| HSL | 292.76º | 0.79% | 0.57% | - |
| HSV(B) | 292.76º | 0.75% | 0.91% | - |
| XYZ | 42.94 | 22.7 | 78.46 | - |
| YUV | 123.58 | 189.19 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 232 | 0.09 | 0.75 | 0 | 0.09 | 292.76 | 0.79 | 0.57 |
| Hex | D3 | 3A | E8 | 9 | 4B | 0 | 9 | 125 | 4F | 39 |
| Octal | 323 | 72 | 350 | 11 | 113 | 0 | 11 | 445 | 117 | 71 |
| Binary | 11010011 | 111010 | 11101000 | 1001 | 1001011 | 0 | 1001 | 100100101 | 1001111 | 111001 |
Color Harmonies of #D33AE8
Complementary color
Monochromatic Colors of #D33AE8
Black with #D33AE8
Text Example
Text Example
White with #D33AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AE8; }
p { color: rgb(211,58,232); }
H1.HeaderClassName
{
color: #D33AE8;
}
.AnyTagClassName
{
color: #D33AE8;
}
</style>
background-color css
<style>
a { background-color: #D33AE8; }
a { background-color: rgb(211,58,232); }
div.DivClassName
{
background-color: #D33AE8;
}
.BgClassName
{
background-color: #D33AE8;
}
</style>
border-color css
<style>
span { border-color: #D33AE8; }
span { border-color: rgb(211,58,232); }
td.TdClassName
{
border-color: #D33AE8;
}
.TagClassName
{
border-color: #D33AE8;
}
</style>