Shades of Orchid #D580BF
Tints of Orchid #D580BF
RGB
CMYK
RGB Variations
Color information
#D580BF (or 0xD580BF) is known color: Orchid. HEX triplet: D5, 80 and BF. RGB value is (213,128,191). Sum of RGB (Red+Green+Blue) = 213+128+191=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D580BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D580BF is #2A7F40. Grayscale: #A0A0A0. Windows color (decimal): -2785089 or 12550357. OLE color: 12550357.
HSL color Cylindrical-coordinate representation of color #D580BF: hue angle of 315.53º 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 #D580BF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 191 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.16 |
| HSL | 315.53º | 0.5% | 0.67% | - |
| HSV(B) | 315.53º | 0.4% | 0.84% | - |
| XYZ | 44.56 | 33.35 | 53.38 | - |
| YUV | 160.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 191 | 0 | 0.40 | 0.10 | 0.16 | 315.53 | 0.5 | 0.67 |
| Hex | D5 | 80 | BF | 0 | 28 | A | 10 | 13C | 32 | 43 |
| Octal | 325 | 200 | 277 | 0 | 50 | 12 | 20 | 474 | 62 | 103 |
| Binary | 11010101 | 10000000 | 10111111 | 0 | 101000 | 1010 | 10000 | 100111100 | 110010 | 1000011 |
Color Harmonies of #D580BF
Complementary color
Monochromatic Colors of #D580BF
Black with #D580BF
Text Example
Text Example
White with #D580BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580BF; }
p { color: rgb(213,128,191); }
H1.HeaderClassName
{
color: #D580BF;
}
.AnyTagClassName
{
color: #D580BF;
}
</style>
background-color css
<style>
a { background-color: #D580BF; }
a { background-color: rgb(213,128,191); }
div.DivClassName
{
background-color: #D580BF;
}
.BgClassName
{
background-color: #D580BF;
}
</style>
border-color css
<style>
span { border-color: #D580BF; }
span { border-color: rgb(213,128,191); }
td.TdClassName
{
border-color: #D580BF;
}
.TagClassName
{
border-color: #D580BF;
}
</style>