Shades of Orchid #D581BF
Tints of Orchid #D581BF
RGB
CMYK
RGB Variations
Color information
#D581BF (or 0xD581BF) is known color: Orchid. HEX triplet: D5, 81 and BF. RGB value is (213,129,191). Sum of RGB (Red+Green+Blue) = 213+129+191=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D581BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581BF is #2A7E40. Grayscale: #A1A1A1. Windows color (decimal): -2784833 or 12550613. OLE color: 12550613.
HSL color Cylindrical-coordinate representation of color #D581BF: hue angle of 315.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D581BF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 191 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.16 |
| HSL | 315.71º | 0.5% | 0.67% | - |
| HSV(B) | 315.71º | 0.39% | 0.84% | - |
| XYZ | 44.69 | 33.61 | 53.42 | - |
| YUV | 161.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 191 | 0 | 0.39 | 0.10 | 0.16 | 315.71 | 0.5 | 0.67 |
| Hex | D5 | 81 | BF | 0 | 27 | A | 10 | 13C | 32 | 43 |
| Octal | 325 | 201 | 277 | 0 | 47 | 12 | 20 | 474 | 62 | 103 |
| Binary | 11010101 | 10000001 | 10111111 | 0 | 100111 | 1010 | 10000 | 100111100 | 110010 | 1000011 |
Color Harmonies of #D581BF
Complementary color
Monochromatic Colors of #D581BF
Black with #D581BF
Text Example
Text Example
White with #D581BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581BF; }
p { color: rgb(213,129,191); }
H1.HeaderClassName
{
color: #D581BF;
}
.AnyTagClassName
{
color: #D581BF;
}
</style>
background-color css
<style>
a { background-color: #D581BF; }
a { background-color: rgb(213,129,191); }
div.DivClassName
{
background-color: #D581BF;
}
.BgClassName
{
background-color: #D581BF;
}
</style>
border-color css
<style>
span { border-color: #D581BF; }
span { border-color: rgb(213,129,191); }
td.TdClassName
{
border-color: #D581BF;
}
.TagClassName
{
border-color: #D581BF;
}
</style>