Shades of Medium Orchid #D33BEF
Tints of Medium Orchid #D33BEF
RGB
CMYK
RGB Variations
Color information
#D33BEF (or 0xD33BEF) is known color: Medium Orchid. HEX triplet: D3, 3B and EF. RGB value is (211,59,239). Sum of RGB (Red+Green+Blue) = 211+59+239=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #D33BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BEF is #2CC410. Grayscale: #7C7C7C. Windows color (decimal): -2933777 or 15678419. OLE color: 15678419.
HSL color Cylindrical-coordinate representation of color #D33BEF: hue angle of 290.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33BEF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 59 | 239 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.06 |
| HSL | 290.67º | 0.85% | 0.58% | - |
| HSV(B) | 290.67º | 0.75% | 0.94% | - |
| XYZ | 44.01 | 23.21 | 83.82 | - |
| YUV | 124.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 239 | 0.12 | 0.75 | 0 | 0.06 | 290.67 | 0.85 | 0.58 |
| Hex | D3 | 3B | EF | C | 4B | 0 | 6 | 123 | 55 | 3A |
| Octal | 323 | 73 | 357 | 14 | 113 | 0 | 6 | 443 | 125 | 72 |
| Binary | 11010011 | 111011 | 11101111 | 1100 | 1001011 | 0 | 110 | 100100011 | 1010101 | 111010 |
Color Harmonies of #D33BEF
Complementary color
Monochromatic Colors of #D33BEF
Black with #D33BEF
Text Example
Text Example
White with #D33BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33BEF; }
p { color: rgb(211,59,239); }
H1.HeaderClassName
{
color: #D33BEF;
}
.AnyTagClassName
{
color: #D33BEF;
}
</style>
background-color css
<style>
a { background-color: #D33BEF; }
a { background-color: rgb(211,59,239); }
div.DivClassName
{
background-color: #D33BEF;
}
.BgClassName
{
background-color: #D33BEF;
}
</style>
border-color css
<style>
span { border-color: #D33BEF; }
span { border-color: rgb(211,59,239); }
td.TdClassName
{
border-color: #D33BEF;
}
.TagClassName
{
border-color: #D33BEF;
}
</style>