Shades of Medium Orchid #D231EC
Tints of Medium Orchid #D231EC
RGB
CMYK
RGB Variations
Color information
#D231EC (or 0xD231EC) is known color: Medium Orchid. HEX triplet: D2, 31 and EC. RGB value is (210,49,236). Sum of RGB (Red+Green+Blue) = 210+49+236=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #D231EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231EC is #2DCE13. Grayscale: #757575. Windows color (decimal): -3001876 or 15479250. OLE color: 15479250.
HSL color Cylindrical-coordinate representation of color #D231EC: hue angle of 291.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231EC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 49 | 236 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.07 |
| HSL | 291.66º | 0.83% | 0.56% | - |
| HSV(B) | 291.66º | 0.79% | 0.93% | - |
| XYZ | 42.82 | 21.95 | 81.34 | - |
| YUV | 118.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 236 | 0.11 | 0.79 | 0 | 0.07 | 291.66 | 0.83 | 0.56 |
| Hex | D2 | 31 | EC | B | 4F | 0 | 7 | 124 | 53 | 38 |
| Octal | 322 | 61 | 354 | 13 | 117 | 0 | 7 | 444 | 123 | 70 |
| Binary | 11010010 | 110001 | 11101100 | 1011 | 1001111 | 0 | 111 | 100100100 | 1010011 | 111000 |
Color Harmonies of #D231EC
Complementary color
Monochromatic Colors of #D231EC
Black with #D231EC
Text Example
Text Example
White with #D231EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231EC; }
p { color: rgb(210,49,236); }
H1.HeaderClassName
{
color: #D231EC;
}
.AnyTagClassName
{
color: #D231EC;
}
</style>
background-color css
<style>
a { background-color: #D231EC; }
a { background-color: rgb(210,49,236); }
div.DivClassName
{
background-color: #D231EC;
}
.BgClassName
{
background-color: #D231EC;
}
</style>
border-color css
<style>
span { border-color: #D231EC; }
span { border-color: rgb(210,49,236); }
td.TdClassName
{
border-color: #D231EC;
}
.TagClassName
{
border-color: #D231EC;
}
</style>