Shades of Orchid #D580BD
Tints of Orchid #D580BD
RGB
CMYK
RGB Variations
Color information
#D580BD (or 0xD580BD) is known color: Orchid. HEX triplet: D5, 80 and BD. RGB value is (213,128,189). Sum of RGB (Red+Green+Blue) = 213+128+189=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D580BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580BD is #2A7F42. Grayscale: #A0A0A0. Windows color (decimal): -2785091 or 12419285. OLE color: 12419285.
HSL color Cylindrical-coordinate representation of color #D580BD: hue angle of 316.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D580BD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 189 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.94º | 0.5% | 0.67% | - |
| HSV(B) | 316.94º | 0.4% | 0.84% | - |
| XYZ | 44.35 | 33.26 | 52.23 | - |
| YUV | 160.37 | 144.16 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 189 | 0 | 0.40 | 0.11 | 0.16 | 316.94 | 0.5 | 0.67 |
| Hex | D5 | 80 | BD | 0 | 28 | B | 10 | 13D | 32 | 43 |
| Octal | 325 | 200 | 275 | 0 | 50 | 13 | 20 | 475 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10111101 | 0 | 101000 | 1011 | 10000 | 100111101 | 110010 | 1000011 |
Color Harmonies of #D580BD
Complementary color
Monochromatic Colors of #D580BD
Black with #D580BD
Text Example
Text Example
White with #D580BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580BD; }
p { color: rgb(213,128,189); }
H1.HeaderClassName
{
color: #D580BD;
}
.AnyTagClassName
{
color: #D580BD;
}
</style>
background-color css
<style>
a { background-color: #D580BD; }
a { background-color: rgb(213,128,189); }
div.DivClassName
{
background-color: #D580BD;
}
.BgClassName
{
background-color: #D580BD;
}
</style>
border-color css
<style>
span { border-color: #D580BD; }
span { border-color: rgb(213,128,189); }
td.TdClassName
{
border-color: #D580BD;
}
.TagClassName
{
border-color: #D580BD;
}
</style>