Shades of Orchid #D571BF
Tints of Orchid #D571BF
RGB
CMYK
RGB Variations
Color information
#D571BF (or 0xD571BF) is known color: Orchid. HEX triplet: D5, 71 and BF. RGB value is (213,113,191). Sum of RGB (Red+Green+Blue) = 213+113+191=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BF is #2A8E40. Grayscale: #979797. Windows color (decimal): -2788929 or 12546517. OLE color: 12546517.
HSL color Cylindrical-coordinate representation of color #D571BF: hue angle of 313.2º 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 #D571BF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 191 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.16 |
| HSL | 313.2º | 0.54% | 0.64% | - |
| HSV(B) | 313.2º | 0.47% | 0.84% | - |
| XYZ | 42.75 | 29.72 | 52.77 | - |
| YUV | 151.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 191 | 0 | 0.47 | 0.10 | 0.16 | 313.2 | 0.54 | 0.64 |
| Hex | D5 | 71 | BF | 0 | 2F | A | 10 | 139 | 36 | 40 |
| Octal | 325 | 161 | 277 | 0 | 57 | 12 | 20 | 471 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10111111 | 0 | 101111 | 1010 | 10000 | 100111001 | 110110 | 1000000 |
Color Harmonies of #D571BF
Complementary color
Monochromatic Colors of #D571BF
Black with #D571BF
Text Example
Text Example
White with #D571BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571BF; }
p { color: rgb(213,113,191); }
H1.HeaderClassName
{
color: #D571BF;
}
.AnyTagClassName
{
color: #D571BF;
}
</style>
background-color css
<style>
a { background-color: #D571BF; }
a { background-color: rgb(213,113,191); }
div.DivClassName
{
background-color: #D571BF;
}
.BgClassName
{
background-color: #D571BF;
}
</style>
border-color css
<style>
span { border-color: #D571BF; }
span { border-color: rgb(213,113,191); }
td.TdClassName
{
border-color: #D571BF;
}
.TagClassName
{
border-color: #D571BF;
}
</style>