Shades of Medium Orchid #D231DA
Tints of Medium Orchid #D231DA
RGB
CMYK
RGB Variations
Color information
#D231DA (or 0xD231DA) is known color: Medium Orchid. HEX triplet: D2, 31 and DA. RGB value is (210,49,218). Sum of RGB (Red+Green+Blue) = 210+49+218=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #D231DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231DA is #2DCE25. Grayscale: #737373. Windows color (decimal): -3001894 or 14299602. OLE color: 14299602.
HSL color Cylindrical-coordinate representation of color #D231DA: hue angle of 297.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D231DA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 49 | 218 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.15 |
| HSL | 297.16º | 0.7% | 0.52% | - |
| HSV(B) | 297.16º | 0.78% | 0.85% | - |
| XYZ | 40.33 | 20.96 | 68.25 | - |
| YUV | 116.41 | 185.34 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 218 | 0.04 | 0.78 | 0 | 0.15 | 297.16 | 0.7 | 0.52 |
| Hex | D2 | 31 | DA | 4 | 4E | 0 | F | 129 | 46 | 34 |
| Octal | 322 | 61 | 332 | 4 | 116 | 0 | 17 | 451 | 106 | 64 |
| Binary | 11010010 | 110001 | 11011010 | 100 | 1001110 | 0 | 1111 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D231DA
Complementary color
Monochromatic Colors of #D231DA
Black with #D231DA
Text Example
Text Example
White with #D231DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231DA; }
p { color: rgb(210,49,218); }
H1.HeaderClassName
{
color: #D231DA;
}
.AnyTagClassName
{
color: #D231DA;
}
</style>
background-color css
<style>
a { background-color: #D231DA; }
a { background-color: rgb(210,49,218); }
div.DivClassName
{
background-color: #D231DA;
}
.BgClassName
{
background-color: #D231DA;
}
</style>
border-color css
<style>
span { border-color: #D231DA; }
span { border-color: rgb(210,49,218); }
td.TdClassName
{
border-color: #D231DA;
}
.TagClassName
{
border-color: #D231DA;
}
</style>