Shades of Medium Orchid #D033DE
Tints of Medium Orchid #D033DE
RGB
CMYK
RGB Variations
Color information
#D033DE (or 0xD033DE) is known color: Medium Orchid. HEX triplet: D0, 33 and DE. RGB value is (208,51,222). Sum of RGB (Red+Green+Blue) = 208+51+222=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #D033DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D033DE is #2FCC21. Grayscale: #747474. Windows color (decimal): -3132450 or 14562256. OLE color: 14562256.
HSL color Cylindrical-coordinate representation of color #D033DE: hue angle of 295.09º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D033DE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 51 | 222 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.13 |
| HSL | 295.09º | 0.72% | 0.54% | - |
| HSV(B) | 295.09º | 0.77% | 0.87% | - |
| XYZ | 40.38 | 21.05 | 71.04 | - |
| YUV | 117.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 222 | 0.06 | 0.77 | 0 | 0.13 | 295.09 | 0.72 | 0.54 |
| Hex | D0 | 33 | DE | 6 | 4D | 0 | D | 127 | 48 | 36 |
| Octal | 320 | 63 | 336 | 6 | 115 | 0 | 15 | 447 | 110 | 66 |
| Binary | 11010000 | 110011 | 11011110 | 110 | 1001101 | 0 | 1101 | 100100111 | 1001000 | 110110 |
Color Harmonies of #D033DE
Complementary color
Monochromatic Colors of #D033DE
Black with #D033DE
Text Example
Text Example
White with #D033DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D033DE; }
p { color: rgb(208,51,222); }
H1.HeaderClassName
{
color: #D033DE;
}
.AnyTagClassName
{
color: #D033DE;
}
</style>
background-color css
<style>
a { background-color: #D033DE; }
a { background-color: rgb(208,51,222); }
div.DivClassName
{
background-color: #D033DE;
}
.BgClassName
{
background-color: #D033DE;
}
</style>
border-color css
<style>
span { border-color: #D033DE; }
span { border-color: rgb(208,51,222); }
td.TdClassName
{
border-color: #D033DE;
}
.TagClassName
{
border-color: #D033DE;
}
</style>