Shades of Orchid #D571BA
Tints of Orchid #D571BA
RGB
CMYK
RGB Variations
Color information
#D571BA (or 0xD571BA) is known color: Orchid. HEX triplet: D5, 71 and BA. RGB value is (213,113,186). Sum of RGB (Red+Green+Blue) = 213+113+186=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BA is #2A8E45. Grayscale: #979797. Windows color (decimal): -2788934 or 12218837. OLE color: 12218837.
HSL color Cylindrical-coordinate representation of color #D571BA: hue angle of 316.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 #D571BA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 186 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.16 |
| HSL | 316.2º | 0.54% | 0.64% | - |
| HSV(B) | 316.2º | 0.47% | 0.84% | - |
| XYZ | 42.21 | 29.5 | 49.92 | - |
| YUV | 151.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 186 | 0 | 0.47 | 0.13 | 0.16 | 316.2 | 0.54 | 0.64 |
| Hex | D5 | 71 | BA | 0 | 2F | D | 10 | 13C | 36 | 40 |
| Octal | 325 | 161 | 272 | 0 | 57 | 15 | 20 | 474 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10111010 | 0 | 101111 | 1101 | 10000 | 100111100 | 110110 | 1000000 |
Color Harmonies of #D571BA
Complementary color
Monochromatic Colors of #D571BA
Black with #D571BA
Text Example
Text Example
White with #D571BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571BA; }
p { color: rgb(213,113,186); }
H1.HeaderClassName
{
color: #D571BA;
}
.AnyTagClassName
{
color: #D571BA;
}
</style>
background-color css
<style>
a { background-color: #D571BA; }
a { background-color: rgb(213,113,186); }
div.DivClassName
{
background-color: #D571BA;
}
.BgClassName
{
background-color: #D571BA;
}
</style>
border-color css
<style>
span { border-color: #D571BA; }
span { border-color: rgb(213,113,186); }
td.TdClassName
{
border-color: #D571BA;
}
.TagClassName
{
border-color: #D571BA;
}
</style>