Shades of Medium Orchid #D231D9
Tints of Medium Orchid #D231D9
RGB
CMYK
RGB Variations
Color information
#D231D9 (or 0xD231D9) is known color: Medium Orchid. HEX triplet: D2, 31 and D9. RGB value is (210,49,217). Sum of RGB (Red+Green+Blue) = 210+49+217=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #D231D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231D9 is #2DCE26. Grayscale: #737373. Windows color (decimal): -3001895 or 14234066. OLE color: 14234066.
HSL color Cylindrical-coordinate representation of color #D231D9: hue angle of 297.5º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231D9 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 49 | 217 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.15 |
| HSL | 297.5º | 0.69% | 0.52% | - |
| HSV(B) | 297.5º | 0.77% | 0.85% | - |
| XYZ | 40.2 | 20.91 | 67.56 | - |
| YUV | 116.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 217 | 0.03 | 0.77 | 0 | 0.15 | 297.5 | 0.69 | 0.52 |
| Hex | D2 | 31 | D9 | 3 | 4D | 0 | F | 12A | 45 | 34 |
| Octal | 322 | 61 | 331 | 3 | 115 | 0 | 17 | 452 | 105 | 64 |
| Binary | 11010010 | 110001 | 11011001 | 11 | 1001101 | 0 | 1111 | 100101010 | 1000101 | 110100 |
Color Harmonies of #D231D9
Complementary color
Monochromatic Colors of #D231D9
Black with #D231D9
Text Example
Text Example
White with #D231D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231D9; }
p { color: rgb(210,49,217); }
H1.HeaderClassName
{
color: #D231D9;
}
.AnyTagClassName
{
color: #D231D9;
}
</style>
background-color css
<style>
a { background-color: #D231D9; }
a { background-color: rgb(210,49,217); }
div.DivClassName
{
background-color: #D231D9;
}
.BgClassName
{
background-color: #D231D9;
}
</style>
border-color css
<style>
span { border-color: #D231D9; }
span { border-color: rgb(210,49,217); }
td.TdClassName
{
border-color: #D231D9;
}
.TagClassName
{
border-color: #D231D9;
}
</style>