Shades of Orchid #D587CB
Tints of Orchid #D587CB
RGB
CMYK
RGB Variations
Color information
#D587CB (or 0xD587CB) is known color: Orchid. HEX triplet: D5, 87 and CB. RGB value is (213,135,203). Sum of RGB (Red+Green+Blue) = 213+135+203=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CB is #2A7834. Grayscale: #A5A5A5. Windows color (decimal): -2783285 or 13338581. OLE color: 13338581.
HSL color Cylindrical-coordinate representation of color #D587CB: hue angle of 307.69º 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 #D587CB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 135 | 203 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.16 |
| HSL | 307.69º | 0.48% | 0.68% | - |
| HSV(B) | 307.69º | 0.37% | 0.84% | - |
| XYZ | 46.88 | 35.79 | 60.94 | - |
| YUV | 166.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 203 | 0 | 0.37 | 0.05 | 0.16 | 307.69 | 0.48 | 0.68 |
| Hex | D5 | 87 | CB | 0 | 25 | 5 | 10 | 134 | 30 | 44 |
| Octal | 325 | 207 | 313 | 0 | 45 | 5 | 20 | 464 | 60 | 104 |
| Binary | 11010101 | 10000111 | 11001011 | 0 | 100101 | 101 | 10000 | 100110100 | 110000 | 1000100 |
Color Harmonies of #D587CB
Complementary color
Monochromatic Colors of #D587CB
Black with #D587CB
Text Example
Text Example
White with #D587CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587CB; }
p { color: rgb(213,135,203); }
H1.HeaderClassName
{
color: #D587CB;
}
.AnyTagClassName
{
color: #D587CB;
}
</style>
background-color css
<style>
a { background-color: #D587CB; }
a { background-color: rgb(213,135,203); }
div.DivClassName
{
background-color: #D587CB;
}
.BgClassName
{
background-color: #D587CB;
}
</style>
border-color css
<style>
span { border-color: #D587CB; }
span { border-color: rgb(213,135,203); }
td.TdClassName
{
border-color: #D587CB;
}
.TagClassName
{
border-color: #D587CB;
}
</style>