Shades of Orchid #D586DC
Tints of Orchid #D586DC
RGB
CMYK
RGB Variations
Color information
#D586DC (or 0xD586DC) is known color: Orchid. HEX triplet: D5, 86 and DC. RGB value is (213,134,220). Sum of RGB (Red+Green+Blue) = 213+134+220=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D586DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586DC is #2A7923. Grayscale: #A7A7A7. Windows color (decimal): -2783524 or 14452437. OLE color: 14452437.
HSL color Cylindrical-coordinate representation of color #D586DC: hue angle of 295.12º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D586DC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 134 | 220 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.14 |
| HSL | 295.12º | 0.55% | 0.69% | - |
| HSV(B) | 295.12º | 0.39% | 0.86% | - |
| XYZ | 48.88 | 36.36 | 72.15 | - |
| YUV | 167.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 220 | 0.03 | 0.39 | 0 | 0.14 | 295.12 | 0.55 | 0.69 |
| Hex | D5 | 86 | DC | 3 | 27 | 0 | E | 127 | 37 | 45 |
| Octal | 325 | 206 | 334 | 3 | 47 | 0 | 16 | 447 | 67 | 105 |
| Binary | 11010101 | 10000110 | 11011100 | 11 | 100111 | 0 | 1110 | 100100111 | 110111 | 1000101 |
Color Harmonies of #D586DC
Complementary color
Monochromatic Colors of #D586DC
Black with #D586DC
Text Example
Text Example
White with #D586DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586DC; }
p { color: rgb(213,134,220); }
H1.HeaderClassName
{
color: #D586DC;
}
.AnyTagClassName
{
color: #D586DC;
}
</style>
background-color css
<style>
a { background-color: #D586DC; }
a { background-color: rgb(213,134,220); }
div.DivClassName
{
background-color: #D586DC;
}
.BgClassName
{
background-color: #D586DC;
}
</style>
border-color css
<style>
span { border-color: #D586DC; }
span { border-color: rgb(213,134,220); }
td.TdClassName
{
border-color: #D586DC;
}
.TagClassName
{
border-color: #D586DC;
}
</style>