Shades of Orchid #D577BE
Tints of Orchid #D577BE
RGB
CMYK
RGB Variations
Color information
#D577BE (or 0xD577BE) is known color: Orchid. HEX triplet: D5, 77 and BE. RGB value is (213,119,190). Sum of RGB (Red+Green+Blue) = 213+119+190=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D577BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577BE is #2A8841. Grayscale: #9B9B9B. Windows color (decimal): -2787394 or 12482517. OLE color: 12482517.
HSL color Cylindrical-coordinate representation of color #D577BE: hue angle of 314.68º 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 #D577BE is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 190 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.16 |
| HSL | 314.68º | 0.53% | 0.65% | - |
| HSV(B) | 314.68º | 0.44% | 0.84% | - |
| XYZ | 43.33 | 31.06 | 52.43 | - |
| YUV | 155.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 190 | 0 | 0.44 | 0.11 | 0.16 | 314.68 | 0.53 | 0.65 |
| Hex | D5 | 77 | BE | 0 | 2C | B | 10 | 13B | 35 | 41 |
| Octal | 325 | 167 | 276 | 0 | 54 | 13 | 20 | 473 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10111110 | 0 | 101100 | 1011 | 10000 | 100111011 | 110101 | 1000001 |
Color Harmonies of #D577BE
Complementary color
Monochromatic Colors of #D577BE
Black with #D577BE
Text Example
Text Example
White with #D577BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577BE; }
p { color: rgb(213,119,190); }
H1.HeaderClassName
{
color: #D577BE;
}
.AnyTagClassName
{
color: #D577BE;
}
</style>
background-color css
<style>
a { background-color: #D577BE; }
a { background-color: rgb(213,119,190); }
div.DivClassName
{
background-color: #D577BE;
}
.BgClassName
{
background-color: #D577BE;
}
</style>
border-color css
<style>
span { border-color: #D577BE; }
span { border-color: rgb(213,119,190); }
td.TdClassName
{
border-color: #D577BE;
}
.TagClassName
{
border-color: #D577BE;
}
</style>