Shades of Medium Orchid #D33DED
Tints of Medium Orchid #D33DED
RGB
CMYK
RGB Variations
Color information
#D33DED (or 0xD33DED) is known color: Medium Orchid. HEX triplet: D3, 3D and ED. RGB value is (211,61,237). Sum of RGB (Red+Green+Blue) = 211+61+237=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #D33DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DED is #2CC212. Grayscale: #7D7D7D. Windows color (decimal): -2933267 or 15547859. OLE color: 15547859.
HSL color Cylindrical-coordinate representation of color #D33DED: hue angle of 291.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33DED is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 61 | 237 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.07 |
| HSL | 291.14º | 0.83% | 0.58% | - |
| HSV(B) | 291.14º | 0.74% | 0.93% | - |
| XYZ | 43.82 | 23.3 | 82.31 | - |
| YUV | 125.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 237 | 0.11 | 0.74 | 0 | 0.07 | 291.14 | 0.83 | 0.58 |
| Hex | D3 | 3D | ED | B | 4A | 0 | 7 | 123 | 53 | 3A |
| Octal | 323 | 75 | 355 | 13 | 112 | 0 | 7 | 443 | 123 | 72 |
| Binary | 11010011 | 111101 | 11101101 | 1011 | 1001010 | 0 | 111 | 100100011 | 1010011 | 111010 |
Color Harmonies of #D33DED
Complementary color
Monochromatic Colors of #D33DED
Black with #D33DED
Text Example
Text Example
White with #D33DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DED; }
p { color: rgb(211,61,237); }
H1.HeaderClassName
{
color: #D33DED;
}
.AnyTagClassName
{
color: #D33DED;
}
</style>
background-color css
<style>
a { background-color: #D33DED; }
a { background-color: rgb(211,61,237); }
div.DivClassName
{
background-color: #D33DED;
}
.BgClassName
{
background-color: #D33DED;
}
</style>
border-color css
<style>
span { border-color: #D33DED; }
span { border-color: rgb(211,61,237); }
td.TdClassName
{
border-color: #D33DED;
}
.TagClassName
{
border-color: #D33DED;
}
</style>