Shades of Orchid #D586CD
Tints of Orchid #D586CD
RGB
CMYK
RGB Variations
Color information
#D586CD (or 0xD586CD) is known color: Orchid. HEX triplet: D5, 86 and CD. RGB value is (213,134,205). Sum of RGB (Red+Green+Blue) = 213+134+205=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CD is #2A7932. Grayscale: #A5A5A5. Windows color (decimal): -2783539 or 13469397. OLE color: 13469397.
HSL color Cylindrical-coordinate representation of color #D586CD: hue angle of 306.08º 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 #D586CD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 205 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.16 |
| HSL | 306.08º | 0.48% | 0.68% | - |
| HSV(B) | 306.08º | 0.37% | 0.84% | - |
| XYZ | 46.99 | 35.6 | 62.15 | - |
| YUV | 165.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 205 | 0 | 0.37 | 0.04 | 0.16 | 306.08 | 0.48 | 0.68 |
| Hex | D5 | 86 | CD | 0 | 25 | 4 | 10 | 132 | 30 | 44 |
| Octal | 325 | 206 | 315 | 0 | 45 | 4 | 20 | 462 | 60 | 104 |
| Binary | 11010101 | 10000110 | 11001101 | 0 | 100101 | 100 | 10000 | 100110010 | 110000 | 1000100 |
Color Harmonies of #D586CD
Complementary color
Monochromatic Colors of #D586CD
Black with #D586CD
Text Example
Text Example
White with #D586CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586CD; }
p { color: rgb(213,134,205); }
H1.HeaderClassName
{
color: #D586CD;
}
.AnyTagClassName
{
color: #D586CD;
}
</style>
background-color css
<style>
a { background-color: #D586CD; }
a { background-color: rgb(213,134,205); }
div.DivClassName
{
background-color: #D586CD;
}
.BgClassName
{
background-color: #D586CD;
}
</style>
border-color css
<style>
span { border-color: #D586CD; }
span { border-color: rgb(213,134,205); }
td.TdClassName
{
border-color: #D586CD;
}
.TagClassName
{
border-color: #D586CD;
}
</style>