Shades of Medium Orchid #D231ED
Tints of Medium Orchid #D231ED
RGB
CMYK
RGB Variations
Color information
#D231ED (or 0xD231ED) is known color: Medium Orchid. HEX triplet: D2, 31 and ED. RGB value is (210,49,237). Sum of RGB (Red+Green+Blue) = 210+49+237=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #D231ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231ED is #2DCE12. Grayscale: #757575. Windows color (decimal): -3001875 or 15544786. OLE color: 15544786.
HSL color Cylindrical-coordinate representation of color #D231ED: hue angle of 291.38º degrees, saturation: 0.84, 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 #D231ED is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 49 | 237 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.07 |
| HSL | 291.38º | 0.84% | 0.56% | - |
| HSV(B) | 291.38º | 0.79% | 0.93% | - |
| XYZ | 42.96 | 22.01 | 82.11 | - |
| YUV | 118.57 | 194.84 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 237 | 0.11 | 0.79 | 0 | 0.07 | 291.38 | 0.84 | 0.56 |
| Hex | D2 | 31 | ED | B | 4F | 0 | 7 | 123 | 54 | 38 |
| Octal | 322 | 61 | 355 | 13 | 117 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11010010 | 110001 | 11101101 | 1011 | 1001111 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #D231ED
Complementary color
Monochromatic Colors of #D231ED
Black with #D231ED
Text Example
Text Example
White with #D231ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231ED; }
p { color: rgb(210,49,237); }
H1.HeaderClassName
{
color: #D231ED;
}
.AnyTagClassName
{
color: #D231ED;
}
</style>
background-color css
<style>
a { background-color: #D231ED; }
a { background-color: rgb(210,49,237); }
div.DivClassName
{
background-color: #D231ED;
}
.BgClassName
{
background-color: #D231ED;
}
</style>
border-color css
<style>
span { border-color: #D231ED; }
span { border-color: rgb(210,49,237); }
td.TdClassName
{
border-color: #D231ED;
}
.TagClassName
{
border-color: #D231ED;
}
</style>