Shades of Orchid #D687D5
Tints of Orchid #D687D5
RGB
CMYK
RGB Variations
Color information
#D687D5 (or 0xD687D5) is known color: Orchid. HEX triplet: D6, 87 and D5. RGB value is (214,135,213). Sum of RGB (Red+Green+Blue) = 214+135+213=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D687D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687D5 is #29782A. Grayscale: #A7A7A7. Windows color (decimal): -2717739 or 13993942. OLE color: 13993942.
HSL color Cylindrical-coordinate representation of color #D687D5: hue angle of 300.76º 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 #D687D5 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 213 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.16 |
| HSL | 300.76º | 0.49% | 0.68% | - |
| HSV(B) | 300.76º | 0.37% | 0.84% | - |
| XYZ | 48.41 | 36.43 | 67.43 | - |
| YUV | 167.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 213 | 0 | 0.37 | 0.00 | 0.16 | 300.76 | 0.49 | 0.68 |
| Hex | D6 | 87 | D5 | 0 | 25 | 0 | 10 | 12D | 31 | 44 |
| Octal | 326 | 207 | 325 | 0 | 45 | 0 | 20 | 455 | 61 | 104 |
| Binary | 11010110 | 10000111 | 11010101 | 0 | 100101 | 0 | 10000 | 100101101 | 110001 | 1000100 |
Color Harmonies of #D687D5
Complementary color
Monochromatic Colors of #D687D5
Black with #D687D5
Text Example
Text Example
White with #D687D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687D5; }
p { color: rgb(214,135,213); }
H1.HeaderClassName
{
color: #D687D5;
}
.AnyTagClassName
{
color: #D687D5;
}
</style>
background-color css
<style>
a { background-color: #D687D5; }
a { background-color: rgb(214,135,213); }
div.DivClassName
{
background-color: #D687D5;
}
.BgClassName
{
background-color: #D687D5;
}
</style>
border-color css
<style>
span { border-color: #D687D5; }
span { border-color: rgb(214,135,213); }
td.TdClassName
{
border-color: #D687D5;
}
.TagClassName
{
border-color: #D687D5;
}
</style>