Shades of Orchid #D576BA
Tints of Orchid #D576BA
RGB
CMYK
RGB Variations
Color information
#D576BA (or 0xD576BA) is known color: Orchid. HEX triplet: D5, 76 and BA. RGB value is (213,118,186). Sum of RGB (Red+Green+Blue) = 213+118+186=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D576BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576BA is #2A8945. Grayscale: #999999. Windows color (decimal): -2787654 or 12220117. OLE color: 12220117.
HSL color Cylindrical-coordinate representation of color #D576BA: hue angle of 317.05º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D576BA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 186 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.16 |
| HSL | 317.05º | 0.53% | 0.65% | - |
| HSV(B) | 317.05º | 0.45% | 0.84% | - |
| XYZ | 42.78 | 30.65 | 50.12 | - |
| YUV | 154.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 186 | 0 | 0.45 | 0.13 | 0.16 | 317.05 | 0.53 | 0.65 |
| Hex | D5 | 76 | BA | 0 | 2D | D | 10 | 13D | 35 | 41 |
| Octal | 325 | 166 | 272 | 0 | 55 | 15 | 20 | 475 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10111010 | 0 | 101101 | 1101 | 10000 | 100111101 | 110101 | 1000001 |
Color Harmonies of #D576BA
Complementary color
Monochromatic Colors of #D576BA
Black with #D576BA
Text Example
Text Example
White with #D576BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576BA; }
p { color: rgb(213,118,186); }
H1.HeaderClassName
{
color: #D576BA;
}
.AnyTagClassName
{
color: #D576BA;
}
</style>
background-color css
<style>
a { background-color: #D576BA; }
a { background-color: rgb(213,118,186); }
div.DivClassName
{
background-color: #D576BA;
}
.BgClassName
{
background-color: #D576BA;
}
</style>
border-color css
<style>
span { border-color: #D576BA; }
span { border-color: rgb(213,118,186); }
td.TdClassName
{
border-color: #D576BA;
}
.TagClassName
{
border-color: #D576BA;
}
</style>