Shades of Orchid #D577B9
Tints of Orchid #D577B9
RGB
CMYK
RGB Variations
Color information
#D577B9 (or 0xD577B9) is known color: Orchid. HEX triplet: D5, 77 and B9. RGB value is (213,119,185). Sum of RGB (Red+Green+Blue) = 213+119+185=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B9 is #2A8846. Grayscale: #9A9A9A. Windows color (decimal): -2787399 or 12154837. OLE color: 12154837.
HSL color Cylindrical-coordinate representation of color #D577B9: hue angle of 317.87º 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 #D577B9 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 119 | 185 | - |
CMYK | 0 | 0.44 | 0.13 | 0.16 |
HSL | 317.87º | 0.53% | 0.65% | - |
HSV(B) | 317.87º | 0.44% | 0.84% | - |
XYZ | 42.79 | 30.84 | 49.6 | - |
YUV | 154.63 | 145.14 | 169.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 119 | 185 | 0 | 0.44 | 0.13 | 0.16 | 317.87 | 0.53 | 0.65 |
Hex | D5 | 77 | B9 | 0 | 2C | D | 10 | 13E | 35 | 41 |
Octal | 325 | 167 | 271 | 0 | 54 | 15 | 20 | 476 | 65 | 101 |
Binary | 11010101 | 1110111 | 10111001 | 0 | 101100 | 1101 | 10000 | 100111110 | 110101 | 1000001 |
Color Harmonies of #D577B9
Complementary color
Monochromatic Colors of #D577B9
Black with #D577B9
Text Example
Text Example
White with #D577B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D577B9; }
p { color: rgb(213,119,185); }
H1.HeaderClassName
{
color: #D577B9;
}
.AnyTagClassName
{
color: #D577B9;
}
</style>
background-color css
<style>
a { background-color: #D577B9; }
a { background-color: rgb(213,119,185); }
div.DivClassName
{
background-color: #D577B9;
}
.BgClassName
{
background-color: #D577B9;
}
</style>
border-color css
<style>
span { border-color: #D577B9; }
span { border-color: rgb(213,119,185); }
td.TdClassName
{
border-color: #D577B9;
}
.TagClassName
{
border-color: #D577B9;
}
</style>