Shades of Orchid #D577BC
Tints of Orchid #D577BC
RGB
CMYK
RGB Variations
Color information
#D577BC (or 0xD577BC) is known color: Orchid. HEX triplet: D5, 77 and BC. RGB value is (213,119,188). Sum of RGB (Red+Green+Blue) = 213+119+188=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D577BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577BC is #2A8843. Grayscale: #9A9A9A. Windows color (decimal): -2787396 or 12351445. OLE color: 12351445.
HSL color Cylindrical-coordinate representation of color #D577BC: hue angle of 315.96º 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 #D577BC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 188 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.16 |
| HSL | 315.96º | 0.53% | 0.65% | - |
| HSV(B) | 315.96º | 0.44% | 0.84% | - |
| XYZ | 43.11 | 30.97 | 51.28 | - |
| YUV | 154.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 188 | 0 | 0.44 | 0.12 | 0.16 | 315.96 | 0.53 | 0.65 |
| Hex | D5 | 77 | BC | 0 | 2C | C | 10 | 13C | 35 | 41 |
| Octal | 325 | 167 | 274 | 0 | 54 | 14 | 20 | 474 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10111100 | 0 | 101100 | 1100 | 10000 | 100111100 | 110101 | 1000001 |
Color Harmonies of #D577BC
Complementary color
Monochromatic Colors of #D577BC
Black with #D577BC
Text Example
Text Example
White with #D577BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577BC; }
p { color: rgb(213,119,188); }
H1.HeaderClassName
{
color: #D577BC;
}
.AnyTagClassName
{
color: #D577BC;
}
</style>
background-color css
<style>
a { background-color: #D577BC; }
a { background-color: rgb(213,119,188); }
div.DivClassName
{
background-color: #D577BC;
}
.BgClassName
{
background-color: #D577BC;
}
</style>
border-color css
<style>
span { border-color: #D577BC; }
span { border-color: rgb(213,119,188); }
td.TdClassName
{
border-color: #D577BC;
}
.TagClassName
{
border-color: #D577BC;
}
</style>