Shades of Orchid #D587C5
Tints of Orchid #D587C5
RGB
CMYK
RGB Variations
Color information
#D587C5 (or 0xD587C5) is known color: Orchid. HEX triplet: D5, 87 and C5. RGB value is (213,135,197). Sum of RGB (Red+Green+Blue) = 213+135+197=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D587C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587C5 is #2A783A. Grayscale: #A5A5A5. Windows color (decimal): -2783291 or 12945365. OLE color: 12945365.
HSL color Cylindrical-coordinate representation of color #D587C5: hue angle of 312.31º 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 #D587C5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 197 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.16 |
| HSL | 312.31º | 0.48% | 0.68% | - |
| HSV(B) | 312.31º | 0.37% | 0.84% | - |
| XYZ | 46.18 | 35.51 | 57.24 | - |
| YUV | 165.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 197 | 0 | 0.37 | 0.08 | 0.16 | 312.31 | 0.48 | 0.68 |
| Hex | D5 | 87 | C5 | 0 | 25 | 8 | 10 | 138 | 30 | 44 |
| Octal | 325 | 207 | 305 | 0 | 45 | 10 | 20 | 470 | 60 | 104 |
| Binary | 11010101 | 10000111 | 11000101 | 0 | 100101 | 1000 | 10000 | 100111000 | 110000 | 1000100 |
Color Harmonies of #D587C5
Complementary color
Monochromatic Colors of #D587C5
Black with #D587C5
Text Example
Text Example
White with #D587C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587C5; }
p { color: rgb(213,135,197); }
H1.HeaderClassName
{
color: #D587C5;
}
.AnyTagClassName
{
color: #D587C5;
}
</style>
background-color css
<style>
a { background-color: #D587C5; }
a { background-color: rgb(213,135,197); }
div.DivClassName
{
background-color: #D587C5;
}
.BgClassName
{
background-color: #D587C5;
}
</style>
border-color css
<style>
span { border-color: #D587C5; }
span { border-color: rgb(213,135,197); }
td.TdClassName
{
border-color: #D587C5;
}
.TagClassName
{
border-color: #D587C5;
}
</style>