Shades of Orchid #D571BD
Tints of Orchid #D571BD
RGB
CMYK
RGB Variations
Color information
#D571BD (or 0xD571BD) is known color: Orchid. HEX triplet: D5, 71 and BD. RGB value is (213,113,189). Sum of RGB (Red+Green+Blue) = 213+113+189=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BD is #2A8E42. Grayscale: #979797. Windows color (decimal): -2788931 or 12415445. OLE color: 12415445.
HSL color Cylindrical-coordinate representation of color #D571BD: hue angle of 314.4º 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 #D571BD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 189 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 314.4º | 0.54% | 0.64% | - |
| HSV(B) | 314.4º | 0.47% | 0.84% | - |
| XYZ | 42.53 | 29.63 | 51.62 | - |
| YUV | 151.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 189 | 0 | 0.47 | 0.11 | 0.16 | 314.4 | 0.54 | 0.64 |
| Hex | D5 | 71 | BD | 0 | 2F | B | 10 | 13A | 36 | 40 |
| Octal | 325 | 161 | 275 | 0 | 57 | 13 | 20 | 472 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10111101 | 0 | 101111 | 1011 | 10000 | 100111010 | 110110 | 1000000 |
Color Harmonies of #D571BD
Complementary color
Monochromatic Colors of #D571BD
Black with #D571BD
Text Example
Text Example
White with #D571BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571BD; }
p { color: rgb(213,113,189); }
H1.HeaderClassName
{
color: #D571BD;
}
.AnyTagClassName
{
color: #D571BD;
}
</style>
background-color css
<style>
a { background-color: #D571BD; }
a { background-color: rgb(213,113,189); }
div.DivClassName
{
background-color: #D571BD;
}
.BgClassName
{
background-color: #D571BD;
}
</style>
border-color css
<style>
span { border-color: #D571BD; }
span { border-color: rgb(213,113,189); }
td.TdClassName
{
border-color: #D571BD;
}
.TagClassName
{
border-color: #D571BD;
}
</style>