Shades of Orchid #D576BD
Tints of Orchid #D576BD
RGB
CMYK
RGB Variations
Color information
#D576BD (or 0xD576BD) is known color: Orchid. HEX triplet: D5, 76 and BD. RGB value is (213,118,189). Sum of RGB (Red+Green+Blue) = 213+118+189=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D576BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576BD is #2A8942. Grayscale: #9A9A9A. Windows color (decimal): -2787651 or 12416725. OLE color: 12416725.
HSL color Cylindrical-coordinate representation of color #D576BD: hue angle of 315.16º 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 #D576BD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 189 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.16 |
| HSL | 315.16º | 0.53% | 0.65% | - |
| HSV(B) | 315.16º | 0.45% | 0.84% | - |
| XYZ | 43.1 | 30.78 | 51.81 | - |
| YUV | 154.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 189 | 0 | 0.45 | 0.11 | 0.16 | 315.16 | 0.53 | 0.65 |
| Hex | D5 | 76 | BD | 0 | 2D | B | 10 | 13B | 35 | 41 |
| Octal | 325 | 166 | 275 | 0 | 55 | 13 | 20 | 473 | 65 | 101 |
| Binary | 11010101 | 1110110 | 10111101 | 0 | 101101 | 1011 | 10000 | 100111011 | 110101 | 1000001 |
Color Harmonies of #D576BD
Complementary color
Monochromatic Colors of #D576BD
Black with #D576BD
Text Example
Text Example
White with #D576BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576BD; }
p { color: rgb(213,118,189); }
H1.HeaderClassName
{
color: #D576BD;
}
.AnyTagClassName
{
color: #D576BD;
}
</style>
background-color css
<style>
a { background-color: #D576BD; }
a { background-color: rgb(213,118,189); }
div.DivClassName
{
background-color: #D576BD;
}
.BgClassName
{
background-color: #D576BD;
}
</style>
border-color css
<style>
span { border-color: #D576BD; }
span { border-color: rgb(213,118,189); }
td.TdClassName
{
border-color: #D576BD;
}
.TagClassName
{
border-color: #D576BD;
}
</style>