Shades of Medium Orchid #D33EEB
Tints of Medium Orchid #D33EEB
RGB
CMYK
RGB Variations
Color information
#D33EEB (or 0xD33EEB) is known color: Medium Orchid. HEX triplet: D3, 3E and EB. RGB value is (211,62,235). Sum of RGB (Red+Green+Blue) = 211+62+235=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #D33EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EEB is #2CC114. Grayscale: #7D7D7D. Windows color (decimal): -2933013 or 15417043. OLE color: 15417043.
HSL color Cylindrical-coordinate representation of color #D33EEB: hue angle of 291.68º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33EEB is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 62 | 235 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.08 |
| HSL | 291.68º | 0.81% | 0.58% | - |
| HSV(B) | 291.68º | 0.74% | 0.92% | - |
| XYZ | 43.58 | 23.29 | 80.8 | - |
| YUV | 126.27 | 189.36 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 235 | 0.10 | 0.74 | 0 | 0.08 | 291.68 | 0.81 | 0.58 |
| Hex | D3 | 3E | EB | A | 4A | 0 | 8 | 124 | 51 | 3A |
| Octal | 323 | 76 | 353 | 12 | 112 | 0 | 10 | 444 | 121 | 72 |
| Binary | 11010011 | 111110 | 11101011 | 1010 | 1001010 | 0 | 1000 | 100100100 | 1010001 | 111010 |
Color Harmonies of #D33EEB
Complementary color
Monochromatic Colors of #D33EEB
Black with #D33EEB
Text Example
Text Example
White with #D33EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EEB; }
p { color: rgb(211,62,235); }
H1.HeaderClassName
{
color: #D33EEB;
}
.AnyTagClassName
{
color: #D33EEB;
}
</style>
background-color css
<style>
a { background-color: #D33EEB; }
a { background-color: rgb(211,62,235); }
div.DivClassName
{
background-color: #D33EEB;
}
.BgClassName
{
background-color: #D33EEB;
}
</style>
border-color css
<style>
span { border-color: #D33EEB; }
span { border-color: rgb(211,62,235); }
td.TdClassName
{
border-color: #D33EEB;
}
.TagClassName
{
border-color: #D33EEB;
}
</style>