Shades of Medium Orchid #D331DC
Tints of Medium Orchid #D331DC
RGB
CMYK
RGB Variations
Color information
#D331DC (or 0xD331DC) is known color: Medium Orchid. HEX triplet: D3, 31 and DC. RGB value is (211,49,220). Sum of RGB (Red+Green+Blue) = 211+49+220=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #D331DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331DC is #2CCE23. Grayscale: #747474. Windows color (decimal): -2936356 or 14430675. OLE color: 14430675.
HSL color Cylindrical-coordinate representation of color #D331DC: hue angle of 296.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D331DC is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 49 | 220 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.14 |
| HSL | 296.84º | 0.71% | 0.53% | - |
| HSV(B) | 296.84º | 0.78% | 0.86% | - |
| XYZ | 40.88 | 21.21 | 69.65 | - |
| YUV | 116.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 220 | 0.04 | 0.78 | 0 | 0.14 | 296.84 | 0.71 | 0.53 |
| Hex | D3 | 31 | DC | 4 | 4E | 0 | E | 129 | 47 | 35 |
| Octal | 323 | 61 | 334 | 4 | 116 | 0 | 16 | 451 | 107 | 65 |
| Binary | 11010011 | 110001 | 11011100 | 100 | 1001110 | 0 | 1110 | 100101001 | 1000111 | 110101 |
Color Harmonies of #D331DC
Complementary color
Monochromatic Colors of #D331DC
Black with #D331DC
Text Example
Text Example
White with #D331DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331DC; }
p { color: rgb(211,49,220); }
H1.HeaderClassName
{
color: #D331DC;
}
.AnyTagClassName
{
color: #D331DC;
}
</style>
background-color css
<style>
a { background-color: #D331DC; }
a { background-color: rgb(211,49,220); }
div.DivClassName
{
background-color: #D331DC;
}
.BgClassName
{
background-color: #D331DC;
}
</style>
border-color css
<style>
span { border-color: #D331DC; }
span { border-color: rgb(211,49,220); }
td.TdClassName
{
border-color: #D331DC;
}
.TagClassName
{
border-color: #D331DC;
}
</style>