Shades of Orchid #D571B9
Tints of Orchid #D571B9
RGB
CMYK
RGB Variations
Color information
#D571B9 (or 0xD571B9) is known color: Orchid. HEX triplet: D5, 71 and B9. RGB value is (213,113,185). Sum of RGB (Red+Green+Blue) = 213+113+185=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D571B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571B9 is #2A8E46. Grayscale: #969696. Windows color (decimal): -2788935 or 12153301. OLE color: 12153301.
HSL color Cylindrical-coordinate representation of color #D571B9: hue angle of 316.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571B9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 185 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.16 |
| HSL | 316.8º | 0.54% | 0.64% | - |
| HSV(B) | 316.8º | 0.47% | 0.84% | - |
| XYZ | 42.1 | 29.46 | 49.37 | - |
| YUV | 151.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 185 | 0 | 0.47 | 0.13 | 0.16 | 316.8 | 0.54 | 0.64 |
| Hex | D5 | 71 | B9 | 0 | 2F | D | 10 | 13D | 36 | 40 |
| Octal | 325 | 161 | 271 | 0 | 57 | 15 | 20 | 475 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10111001 | 0 | 101111 | 1101 | 10000 | 100111101 | 110110 | 1000000 |
Color Harmonies of #D571B9
Complementary color
Monochromatic Colors of #D571B9
Black with #D571B9
Text Example
Text Example
White with #D571B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571B9; }
p { color: rgb(213,113,185); }
H1.HeaderClassName
{
color: #D571B9;
}
.AnyTagClassName
{
color: #D571B9;
}
</style>
background-color css
<style>
a { background-color: #D571B9; }
a { background-color: rgb(213,113,185); }
div.DivClassName
{
background-color: #D571B9;
}
.BgClassName
{
background-color: #D571B9;
}
</style>
border-color css
<style>
span { border-color: #D571B9; }
span { border-color: rgb(213,113,185); }
td.TdClassName
{
border-color: #D571B9;
}
.TagClassName
{
border-color: #D571B9;
}
</style>