Shades of Orchid #D586CF
Tints of Orchid #D586CF
RGB
CMYK
RGB Variations
Color information
#D586CF (or 0xD586CF) is known color: Orchid. HEX triplet: D5, 86 and CF. RGB value is (213,134,207). Sum of RGB (Red+Green+Blue) = 213+134+207=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D586CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586CF is #2A7930. Grayscale: #A5A5A5. Windows color (decimal): -2783537 or 13600469. OLE color: 13600469.
HSL color Cylindrical-coordinate representation of color #D586CF: hue angle of 304.56º 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 #D586CF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 134 | 207 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.16 |
| HSL | 304.56º | 0.48% | 0.68% | - |
| HSV(B) | 304.56º | 0.37% | 0.84% | - |
| XYZ | 47.23 | 35.7 | 63.43 | - |
| YUV | 165.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 207 | 0 | 0.37 | 0.03 | 0.16 | 304.56 | 0.48 | 0.68 |
| Hex | D5 | 86 | CF | 0 | 25 | 3 | 10 | 131 | 30 | 44 |
| Octal | 325 | 206 | 317 | 0 | 45 | 3 | 20 | 461 | 60 | 104 |
| Binary | 11010101 | 10000110 | 11001111 | 0 | 100101 | 11 | 10000 | 100110001 | 110000 | 1000100 |
Color Harmonies of #D586CF
Complementary color
Monochromatic Colors of #D586CF
Black with #D586CF
Text Example
Text Example
White with #D586CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586CF; }
p { color: rgb(213,134,207); }
H1.HeaderClassName
{
color: #D586CF;
}
.AnyTagClassName
{
color: #D586CF;
}
</style>
background-color css
<style>
a { background-color: #D586CF; }
a { background-color: rgb(213,134,207); }
div.DivClassName
{
background-color: #D586CF;
}
.BgClassName
{
background-color: #D586CF;
}
</style>
border-color css
<style>
span { border-color: #D586CF; }
span { border-color: rgb(213,134,207); }
td.TdClassName
{
border-color: #D586CF;
}
.TagClassName
{
border-color: #D586CF;
}
</style>