Shades of Medium Orchid #D236EB
Tints of Medium Orchid #D236EB
RGB
CMYK
RGB Variations
Color information
#D236EB (or 0xD236EB) is known color: Medium Orchid. HEX triplet: D2, 36 and EB. RGB value is (210,54,235). Sum of RGB (Red+Green+Blue) = 210+54+235=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #D236EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236EB is #2DC914. Grayscale: #787878. Windows color (decimal): -3000597 or 15414994. OLE color: 15414994.
HSL color Cylindrical-coordinate representation of color #D236EB: hue angle of 291.71º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D236EB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 54 | 235 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.08 |
| HSL | 291.71º | 0.82% | 0.57% | - |
| HSV(B) | 291.71º | 0.77% | 0.92% | - |
| XYZ | 42.89 | 22.34 | 80.65 | - |
| YUV | 121.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 235 | 0.11 | 0.77 | 0 | 0.08 | 291.71 | 0.82 | 0.57 |
| Hex | D2 | 36 | EB | B | 4D | 0 | 8 | 124 | 52 | 39 |
| Octal | 322 | 66 | 353 | 13 | 115 | 0 | 10 | 444 | 122 | 71 |
| Binary | 11010010 | 110110 | 11101011 | 1011 | 1001101 | 0 | 1000 | 100100100 | 1010010 | 111001 |
Color Harmonies of #D236EB
Complementary color
Monochromatic Colors of #D236EB
Black with #D236EB
Text Example
Text Example
White with #D236EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236EB; }
p { color: rgb(210,54,235); }
H1.HeaderClassName
{
color: #D236EB;
}
.AnyTagClassName
{
color: #D236EB;
}
</style>
background-color css
<style>
a { background-color: #D236EB; }
a { background-color: rgb(210,54,235); }
div.DivClassName
{
background-color: #D236EB;
}
.BgClassName
{
background-color: #D236EB;
}
</style>
border-color css
<style>
span { border-color: #D236EB; }
span { border-color: rgb(210,54,235); }
td.TdClassName
{
border-color: #D236EB;
}
.TagClassName
{
border-color: #D236EB;
}
</style>