Shades of Medium Orchid #D033E8
Tints of Medium Orchid #D033E8
RGB
CMYK
RGB Variations
Color information
#D033E8 (or 0xD033E8) is known color: Medium Orchid. HEX triplet: D0, 33 and E8. RGB value is (208,51,232). Sum of RGB (Red+Green+Blue) = 208+51+232=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #D033E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033E8 is #2FCC17. Grayscale: #767676. Windows color (decimal): -3132440 or 15217616. OLE color: 15217616.
HSL color Cylindrical-coordinate representation of color #D033E8: hue angle of 292.04º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D033E8 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 51 | 232 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.09 |
| HSL | 292.04º | 0.8% | 0.55% | - |
| HSV(B) | 292.04º | 0.78% | 0.91% | - |
| XYZ | 41.76 | 21.6 | 78.31 | - |
| YUV | 118.58 | 192.01 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 232 | 0.10 | 0.78 | 0 | 0.09 | 292.04 | 0.8 | 0.55 |
| Hex | D0 | 33 | E8 | A | 4E | 0 | 9 | 124 | 50 | 37 |
| Octal | 320 | 63 | 350 | 12 | 116 | 0 | 11 | 444 | 120 | 67 |
| Binary | 11010000 | 110011 | 11101000 | 1010 | 1001110 | 0 | 1001 | 100100100 | 1010000 | 110111 |
Color Harmonies of #D033E8
Complementary color
Monochromatic Colors of #D033E8
Black with #D033E8
Text Example
Text Example
White with #D033E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033E8; }
p { color: rgb(208,51,232); }
H1.HeaderClassName
{
color: #D033E8;
}
.AnyTagClassName
{
color: #D033E8;
}
</style>
background-color css
<style>
a { background-color: #D033E8; }
a { background-color: rgb(208,51,232); }
div.DivClassName
{
background-color: #D033E8;
}
.BgClassName
{
background-color: #D033E8;
}
</style>
border-color css
<style>
span { border-color: #D033E8; }
span { border-color: rgb(208,51,232); }
td.TdClassName
{
border-color: #D033E8;
}
.TagClassName
{
border-color: #D033E8;
}
</style>