Shades of Orchid #D371DD
Tints of Orchid #D371DD
RGB
CMYK
RGB Variations
Color information
#D371DD (or 0xD371DD) is known color: Orchid. HEX triplet: D3, 71 and DD. RGB value is (211,113,221). Sum of RGB (Red+Green+Blue) = 211+113+221=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D371DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371DD is #2C8E22. Grayscale: #9A9A9A. Windows color (decimal): -2919971 or 14512595. OLE color: 14512595.
HSL color Cylindrical-coordinate representation of color #D371DD: hue angle of 294.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D371DD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 113 | 221 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.13 |
| HSL | 294.44º | 0.61% | 0.65% | - |
| HSV(B) | 294.44º | 0.49% | 0.87% | - |
| XYZ | 45.82 | 30.88 | 71.95 | - |
| YUV | 154.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 221 | 0.05 | 0.49 | 0 | 0.13 | 294.44 | 0.61 | 0.65 |
| Hex | D3 | 71 | DD | 5 | 31 | 0 | D | 126 | 3D | 41 |
| Octal | 323 | 161 | 335 | 5 | 61 | 0 | 15 | 446 | 75 | 101 |
| Binary | 11010011 | 1110001 | 11011101 | 101 | 110001 | 0 | 1101 | 100100110 | 111101 | 1000001 |
Color Harmonies of #D371DD
Complementary color
Monochromatic Colors of #D371DD
Black with #D371DD
Text Example
Text Example
White with #D371DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371DD; }
p { color: rgb(211,113,221); }
H1.HeaderClassName
{
color: #D371DD;
}
.AnyTagClassName
{
color: #D371DD;
}
</style>
background-color css
<style>
a { background-color: #D371DD; }
a { background-color: rgb(211,113,221); }
div.DivClassName
{
background-color: #D371DD;
}
.BgClassName
{
background-color: #D371DD;
}
</style>
border-color css
<style>
span { border-color: #D371DD; }
span { border-color: rgb(211,113,221); }
td.TdClassName
{
border-color: #D371DD;
}
.TagClassName
{
border-color: #D371DD;
}
</style>