Shades of Orchid #D587DA
Tints of Orchid #D587DA
RGB
CMYK
RGB Variations
Color information
#D587DA (or 0xD587DA) is known color: Orchid. HEX triplet: D5, 87 and DA. RGB value is (213,135,218). Sum of RGB (Red+Green+Blue) = 213+135+218=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D587DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DA is #2A7825. Grayscale: #A7A7A7. Windows color (decimal): -2783270 or 14321621. OLE color: 14321621.
HSL color Cylindrical-coordinate representation of color #D587DA: hue angle of 296.39º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D587DA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 135 | 218 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.15 |
| HSL | 296.39º | 0.53% | 0.69% | - |
| HSV(B) | 296.39º | 0.38% | 0.85% | - |
| XYZ | 48.76 | 36.54 | 70.81 | - |
| YUV | 167.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 135 | 218 | 0.02 | 0.38 | 0 | 0.15 | 296.39 | 0.53 | 0.69 |
| Hex | D5 | 87 | DA | 2 | 26 | 0 | F | 128 | 35 | 45 |
| Octal | 325 | 207 | 332 | 2 | 46 | 0 | 17 | 450 | 65 | 105 |
| Binary | 11010101 | 10000111 | 11011010 | 10 | 100110 | 0 | 1111 | 100101000 | 110101 | 1000101 |
Color Harmonies of #D587DA
Complementary color
Monochromatic Colors of #D587DA
Black with #D587DA
Text Example
Text Example
White with #D587DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D587DA; }
p { color: rgb(213,135,218); }
H1.HeaderClassName
{
color: #D587DA;
}
.AnyTagClassName
{
color: #D587DA;
}
</style>
background-color css
<style>
a { background-color: #D587DA; }
a { background-color: rgb(213,135,218); }
div.DivClassName
{
background-color: #D587DA;
}
.BgClassName
{
background-color: #D587DA;
}
</style>
border-color css
<style>
span { border-color: #D587DA; }
span { border-color: rgb(213,135,218); }
td.TdClassName
{
border-color: #D587DA;
}
.TagClassName
{
border-color: #D587DA;
}
</style>