Shades of Orchid #D687D1
Tints of Orchid #D687D1
RGB
CMYK
RGB Variations
Color information
#D687D1 (or 0xD687D1) is known color: Orchid. HEX triplet: D6, 87 and D1. RGB value is (214,135,209). Sum of RGB (Red+Green+Blue) = 214+135+209=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D1 is #29782E. Grayscale: #A6A6A6. Windows color (decimal): -2717743 or 13731798. OLE color: 13731798.
HSL color Cylindrical-coordinate representation of color #D687D1: hue angle of 303.8º degrees, saturation: 0.49, 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 #D687D1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 209 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.16 |
| HSL | 303.8º | 0.49% | 0.68% | - |
| HSV(B) | 303.8º | 0.37% | 0.84% | - |
| XYZ | 47.9 | 36.23 | 64.79 | - |
| YUV | 167.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 209 | 0 | 0.37 | 0.02 | 0.16 | 303.8 | 0.49 | 0.68 |
| Hex | D6 | 87 | D1 | 0 | 25 | 2 | 10 | 130 | 31 | 44 |
| Octal | 326 | 207 | 321 | 0 | 45 | 2 | 20 | 460 | 61 | 104 |
| Binary | 11010110 | 10000111 | 11010001 | 0 | 100101 | 10 | 10000 | 100110000 | 110001 | 1000100 |
Color Harmonies of #D687D1
Complementary color
Monochromatic Colors of #D687D1
Black with #D687D1
Text Example
Text Example
White with #D687D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687D1; }
p { color: rgb(214,135,209); }
H1.HeaderClassName
{
color: #D687D1;
}
.AnyTagClassName
{
color: #D687D1;
}
</style>
background-color css
<style>
a { background-color: #D687D1; }
a { background-color: rgb(214,135,209); }
div.DivClassName
{
background-color: #D687D1;
}
.BgClassName
{
background-color: #D687D1;
}
</style>
border-color css
<style>
span { border-color: #D687D1; }
span { border-color: rgb(214,135,209); }
td.TdClassName
{
border-color: #D687D1;
}
.TagClassName
{
border-color: #D687D1;
}
</style>