Shades of Medium Orchid #D236ED
Tints of Medium Orchid #D236ED
RGB
CMYK
RGB Variations
Color information
#D236ED (or 0xD236ED) is known color: Medium Orchid. HEX triplet: D2, 36 and ED. RGB value is (210,54,237). Sum of RGB (Red+Green+Blue) = 210+54+237=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #D236ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236ED is #2DC912. Grayscale: #787878. Windows color (decimal): -3000595 or 15546066. OLE color: 15546066.
HSL color Cylindrical-coordinate representation of color #D236ED: hue angle of 291.15º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D236ED is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 54 | 237 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.07 |
| HSL | 291.15º | 0.84% | 0.57% | - |
| HSV(B) | 291.15º | 0.77% | 0.93% | - |
| XYZ | 43.18 | 22.45 | 82.18 | - |
| YUV | 121.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 237 | 0.11 | 0.77 | 0 | 0.07 | 291.15 | 0.84 | 0.57 |
| Hex | D2 | 36 | ED | B | 4D | 0 | 7 | 123 | 54 | 39 |
| Octal | 322 | 66 | 355 | 13 | 115 | 0 | 7 | 443 | 124 | 71 |
| Binary | 11010010 | 110110 | 11101101 | 1011 | 1001101 | 0 | 111 | 100100011 | 1010100 | 111001 |
Color Harmonies of #D236ED
Complementary color
Monochromatic Colors of #D236ED
Black with #D236ED
Text Example
Text Example
White with #D236ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236ED; }
p { color: rgb(210,54,237); }
H1.HeaderClassName
{
color: #D236ED;
}
.AnyTagClassName
{
color: #D236ED;
}
</style>
background-color css
<style>
a { background-color: #D236ED; }
a { background-color: rgb(210,54,237); }
div.DivClassName
{
background-color: #D236ED;
}
.BgClassName
{
background-color: #D236ED;
}
</style>
border-color css
<style>
span { border-color: #D236ED; }
span { border-color: rgb(210,54,237); }
td.TdClassName
{
border-color: #D236ED;
}
.TagClassName
{
border-color: #D236ED;
}
</style>