Shades of Medium Orchid #D33AEC
Tints of Medium Orchid #D33AEC
RGB
CMYK
RGB Variations
Color information
#D33AEC (or 0xD33AEC) is known color: Medium Orchid. HEX triplet: D3, 3A and EC. RGB value is (211,58,236). Sum of RGB (Red+Green+Blue) = 211+58+236=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #D33AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AEC is #2CC513. Grayscale: #7B7B7B. Windows color (decimal): -2934036 or 15481555. OLE color: 15481555.
HSL color Cylindrical-coordinate representation of color #D33AEC: hue angle of 291.57º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33AEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 58 | 236 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.07 |
| HSL | 291.57º | 0.82% | 0.58% | - |
| HSV(B) | 291.57º | 0.75% | 0.93% | - |
| XYZ | 43.52 | 22.93 | 81.49 | - |
| YUV | 124.04 | 191.19 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 236 | 0.11 | 0.75 | 0 | 0.07 | 291.57 | 0.82 | 0.58 |
| Hex | D3 | 3A | EC | B | 4B | 0 | 7 | 124 | 52 | 3A |
| Octal | 323 | 72 | 354 | 13 | 113 | 0 | 7 | 444 | 122 | 72 |
| Binary | 11010011 | 111010 | 11101100 | 1011 | 1001011 | 0 | 111 | 100100100 | 1010010 | 111010 |
Color Harmonies of #D33AEC
Complementary color
Monochromatic Colors of #D33AEC
Black with #D33AEC
Text Example
Text Example
White with #D33AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AEC; }
p { color: rgb(211,58,236); }
H1.HeaderClassName
{
color: #D33AEC;
}
.AnyTagClassName
{
color: #D33AEC;
}
</style>
background-color css
<style>
a { background-color: #D33AEC; }
a { background-color: rgb(211,58,236); }
div.DivClassName
{
background-color: #D33AEC;
}
.BgClassName
{
background-color: #D33AEC;
}
</style>
border-color css
<style>
span { border-color: #D33AEC; }
span { border-color: rgb(211,58,236); }
td.TdClassName
{
border-color: #D33AEC;
}
.TagClassName
{
border-color: #D33AEC;
}
</style>