Shades of Orchid #D587CD
Tints of Orchid #D587CD
RGB
CMYK
RGB Variations
Color information
#D587CD (or 0xD587CD) is known color: Orchid. HEX triplet: D5, 87 and CD. RGB value is (213,135,205). Sum of RGB (Red+Green+Blue) = 213+135+205=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CD is #2A7832. Grayscale: #A6A6A6. Windows color (decimal): -2783283 or 13469653. OLE color: 13469653.
HSL color Cylindrical-coordinate representation of color #D587CD: hue angle of 306.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587CD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 205 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.16 |
| HSL | 306.15º | 0.48% | 0.68% | - |
| HSV(B) | 306.15º | 0.37% | 0.84% | - |
| XYZ | 47.12 | 35.88 | 62.2 | - |
| YUV | 166.3 | 149.84 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 205 | 0 | 0.37 | 0.04 | 0.16 | 306.15 | 0.48 | 0.68 |
| Hex | D5 | 87 | CD | 0 | 25 | 4 | 10 | 132 | 30 | 44 |
| Octal | 325 | 207 | 315 | 0 | 45 | 4 | 20 | 462 | 60 | 104 |
| Binary | 11010101 | 10000111 | 11001101 | 0 | 100101 | 100 | 10000 | 100110010 | 110000 | 1000100 |
Color Harmonies of #D587CD
Complementary color
Monochromatic Colors of #D587CD
Black with #D587CD
Text Example
Text Example
White with #D587CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587CD; }
p { color: rgb(213,135,205); }
H1.HeaderClassName
{
color: #D587CD;
}
.AnyTagClassName
{
color: #D587CD;
}
</style>
background-color css
<style>
a { background-color: #D587CD; }
a { background-color: rgb(213,135,205); }
div.DivClassName
{
background-color: #D587CD;
}
.BgClassName
{
background-color: #D587CD;
}
</style>
border-color css
<style>
span { border-color: #D587CD; }
span { border-color: rgb(213,135,205); }
td.TdClassName
{
border-color: #D587CD;
}
.TagClassName
{
border-color: #D587CD;
}
</style>