Shades of Orchid #D579BB
Tints of Orchid #D579BB
RGB
CMYK
RGB Variations
Color information
#D579BB (or 0xD579BB) is known color: Orchid. HEX triplet: D5, 79 and BB. RGB value is (213,121,187). Sum of RGB (Red+Green+Blue) = 213+121+187=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D579BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579BB is #2A8644. Grayscale: #9B9B9B. Windows color (decimal): -2786885 or 12286421. OLE color: 12286421.
HSL color Cylindrical-coordinate representation of color #D579BB: hue angle of 316.96º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579BB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 187 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.16 |
| HSL | 316.96º | 0.52% | 0.65% | - |
| HSV(B) | 316.96º | 0.43% | 0.84% | - |
| XYZ | 43.25 | 31.41 | 50.8 | - |
| YUV | 156.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 187 | 0 | 0.43 | 0.12 | 0.16 | 316.96 | 0.52 | 0.65 |
| Hex | D5 | 79 | BB | 0 | 2B | C | 10 | 13D | 34 | 41 |
| Octal | 325 | 171 | 273 | 0 | 53 | 14 | 20 | 475 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10111011 | 0 | 101011 | 1100 | 10000 | 100111101 | 110100 | 1000001 |
Color Harmonies of #D579BB
Complementary color
Monochromatic Colors of #D579BB
Black with #D579BB
Text Example
Text Example
White with #D579BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579BB; }
p { color: rgb(213,121,187); }
H1.HeaderClassName
{
color: #D579BB;
}
.AnyTagClassName
{
color: #D579BB;
}
</style>
background-color css
<style>
a { background-color: #D579BB; }
a { background-color: rgb(213,121,187); }
div.DivClassName
{
background-color: #D579BB;
}
.BgClassName
{
background-color: #D579BB;
}
</style>
border-color css
<style>
span { border-color: #D579BB; }
span { border-color: rgb(213,121,187); }
td.TdClassName
{
border-color: #D579BB;
}
.TagClassName
{
border-color: #D579BB;
}
</style>