Shades of Medium Orchid #D33DEE
Tints of Medium Orchid #D33DEE
RGB
CMYK
RGB Variations
Color information
#D33DEE (or 0xD33DEE) is known color: Medium Orchid. HEX triplet: D3, 3D and EE. RGB value is (211,61,238). Sum of RGB (Red+Green+Blue) = 211+61+238=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #D33DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DEE is #2CC211. Grayscale: #7D7D7D. Windows color (decimal): -2933266 or 15613395. OLE color: 15613395.
HSL color Cylindrical-coordinate representation of color #D33DEE: hue angle of 290.85º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33DEE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 61 | 238 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.07 |
| HSL | 290.85º | 0.84% | 0.59% | - |
| HSV(B) | 290.85º | 0.74% | 0.93% | - |
| XYZ | 43.97 | 23.36 | 83.08 | - |
| YUV | 126.03 | 191.2 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 238 | 0.11 | 0.74 | 0 | 0.07 | 290.85 | 0.84 | 0.59 |
| Hex | D3 | 3D | EE | B | 4A | 0 | 7 | 123 | 54 | 3B |
| Octal | 323 | 75 | 356 | 13 | 112 | 0 | 7 | 443 | 124 | 73 |
| Binary | 11010011 | 111101 | 11101110 | 1011 | 1001010 | 0 | 111 | 100100011 | 1010100 | 111011 |
Color Harmonies of #D33DEE
Complementary color
Monochromatic Colors of #D33DEE
Black with #D33DEE
Text Example
Text Example
White with #D33DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DEE; }
p { color: rgb(211,61,238); }
H1.HeaderClassName
{
color: #D33DEE;
}
.AnyTagClassName
{
color: #D33DEE;
}
</style>
background-color css
<style>
a { background-color: #D33DEE; }
a { background-color: rgb(211,61,238); }
div.DivClassName
{
background-color: #D33DEE;
}
.BgClassName
{
background-color: #D33DEE;
}
</style>
border-color css
<style>
span { border-color: #D33DEE; }
span { border-color: rgb(211,61,238); }
td.TdClassName
{
border-color: #D33DEE;
}
.TagClassName
{
border-color: #D33DEE;
}
</style>