Shades of Orchid #D577BA
Tints of Orchid #D577BA
RGB
CMYK
RGB Variations
Color information
#D577BA (or 0xD577BA) is known color: Orchid. HEX triplet: D5, 77 and BA. RGB value is (213,119,186). Sum of RGB (Red+Green+Blue) = 213+119+186=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D577BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577BA is #2A8845. Grayscale: #9A9A9A. Windows color (decimal): -2787398 or 12220373. OLE color: 12220373.
HSL color Cylindrical-coordinate representation of color #D577BA: hue angle of 317.23º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577BA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 186 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.16 |
| HSL | 317.23º | 0.53% | 0.65% | - |
| HSV(B) | 317.23º | 0.44% | 0.84% | - |
| XYZ | 42.9 | 30.88 | 50.15 | - |
| YUV | 154.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 186 | 0 | 0.44 | 0.13 | 0.16 | 317.23 | 0.53 | 0.65 |
| Hex | D5 | 77 | BA | 0 | 2C | D | 10 | 13D | 35 | 41 |
| Octal | 325 | 167 | 272 | 0 | 54 | 15 | 20 | 475 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10111010 | 0 | 101100 | 1101 | 10000 | 100111101 | 110101 | 1000001 |
Color Harmonies of #D577BA
Complementary color
Monochromatic Colors of #D577BA
Black with #D577BA
Text Example
Text Example
White with #D577BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577BA; }
p { color: rgb(213,119,186); }
H1.HeaderClassName
{
color: #D577BA;
}
.AnyTagClassName
{
color: #D577BA;
}
</style>
background-color css
<style>
a { background-color: #D577BA; }
a { background-color: rgb(213,119,186); }
div.DivClassName
{
background-color: #D577BA;
}
.BgClassName
{
background-color: #D577BA;
}
</style>
border-color css
<style>
span { border-color: #D577BA; }
span { border-color: rgb(213,119,186); }
td.TdClassName
{
border-color: #D577BA;
}
.TagClassName
{
border-color: #D577BA;
}
</style>