Shades of Medium Orchid #D33EE7
Tints of Medium Orchid #D33EE7
RGB
CMYK
RGB Variations
Color information
#D33EE7 (or 0xD33EE7) is known color: Medium Orchid. HEX triplet: D3, 3E and E7. RGB value is (211,62,231). Sum of RGB (Red+Green+Blue) = 211+62+231=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #D33EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EE7 is #2CC118. Grayscale: #7D7D7D. Windows color (decimal): -2933017 or 15154899. OLE color: 15154899.
HSL color Cylindrical-coordinate representation of color #D33EE7: hue angle of 292.9º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33EE7 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 62 | 231 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.09 |
| HSL | 292.9º | 0.78% | 0.57% | - |
| HSV(B) | 292.9º | 0.73% | 0.91% | - |
| XYZ | 43.01 | 23.06 | 77.79 | - |
| YUV | 125.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 231 | 0.09 | 0.73 | 0 | 0.09 | 292.9 | 0.78 | 0.57 |
| Hex | D3 | 3E | E7 | 9 | 49 | 0 | 9 | 125 | 4E | 39 |
| Octal | 323 | 76 | 347 | 11 | 111 | 0 | 11 | 445 | 116 | 71 |
| Binary | 11010011 | 111110 | 11100111 | 1001 | 1001001 | 0 | 1001 | 100100101 | 1001110 | 111001 |
Color Harmonies of #D33EE7
Complementary color
Monochromatic Colors of #D33EE7
Black with #D33EE7
Text Example
Text Example
White with #D33EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33EE7; }
p { color: rgb(211,62,231); }
H1.HeaderClassName
{
color: #D33EE7;
}
.AnyTagClassName
{
color: #D33EE7;
}
</style>
background-color css
<style>
a { background-color: #D33EE7; }
a { background-color: rgb(211,62,231); }
div.DivClassName
{
background-color: #D33EE7;
}
.BgClassName
{
background-color: #D33EE7;
}
</style>
border-color css
<style>
span { border-color: #D33EE7; }
span { border-color: rgb(211,62,231); }
td.TdClassName
{
border-color: #D33EE7;
}
.TagClassName
{
border-color: #D33EE7;
}
</style>