Shades of Medium Orchid #D231EB
Tints of Medium Orchid #D231EB
RGB
CMYK
RGB Variations
Color information
#D231EB (or 0xD231EB) is known color: Medium Orchid. HEX triplet: D2, 31 and EB. RGB value is (210,49,235). Sum of RGB (Red+Green+Blue) = 210+49+235=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D231EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D231EB is #2DCE14. Grayscale: #757575. Windows color (decimal): -3001877 or 15413714. OLE color: 15413714.
HSL color Cylindrical-coordinate representation of color #D231EB: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D231EB is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 49 | 235 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.08 |
| HSL | 291.94º | 0.82% | 0.56% | - |
| HSV(B) | 291.94º | 0.79% | 0.92% | - |
| XYZ | 42.67 | 21.9 | 80.57 | - |
| YUV | 118.34 | 193.84 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 235 | 0.11 | 0.79 | 0 | 0.08 | 291.94 | 0.82 | 0.56 |
| Hex | D2 | 31 | EB | B | 4F | 0 | 8 | 124 | 52 | 38 |
| Octal | 322 | 61 | 353 | 13 | 117 | 0 | 10 | 444 | 122 | 70 |
| Binary | 11010010 | 110001 | 11101011 | 1011 | 1001111 | 0 | 1000 | 100100100 | 1010010 | 111000 |
Color Harmonies of #D231EB
Complementary color
Monochromatic Colors of #D231EB
Black with #D231EB
Text Example
Text Example
White with #D231EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231EB; }
p { color: rgb(210,49,235); }
H1.HeaderClassName
{
color: #D231EB;
}
.AnyTagClassName
{
color: #D231EB;
}
</style>
background-color css
<style>
a { background-color: #D231EB; }
a { background-color: rgb(210,49,235); }
div.DivClassName
{
background-color: #D231EB;
}
.BgClassName
{
background-color: #D231EB;
}
</style>
border-color css
<style>
span { border-color: #D231EB; }
span { border-color: rgb(210,49,235); }
td.TdClassName
{
border-color: #D231EB;
}
.TagClassName
{
border-color: #D231EB;
}
</style>