Shades of Orchid #D687C7
Tints of Orchid #D687C7
RGB
CMYK
RGB Variations
Color information
#D687C7 (or 0xD687C7) is known color: Orchid. HEX triplet: D6, 87 and C7. RGB value is (214,135,199). Sum of RGB (Red+Green+Blue) = 214+135+199=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D687C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687C7 is #297838. Grayscale: #A5A5A5. Windows color (decimal): -2717753 or 13076438. OLE color: 13076438.
HSL color Cylindrical-coordinate representation of color #D687C7: hue angle of 311.39º 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 #D687C7 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 199 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.16 |
| HSL | 311.39º | 0.49% | 0.68% | - |
| HSV(B) | 311.39º | 0.37% | 0.84% | - |
| XYZ | 46.7 | 35.75 | 58.47 | - |
| YUV | 165.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 199 | 0 | 0.37 | 0.07 | 0.16 | 311.39 | 0.49 | 0.68 |
| Hex | D6 | 87 | C7 | 0 | 25 | 7 | 10 | 137 | 31 | 44 |
| Octal | 326 | 207 | 307 | 0 | 45 | 7 | 20 | 467 | 61 | 104 |
| Binary | 11010110 | 10000111 | 11000111 | 0 | 100101 | 111 | 10000 | 100110111 | 110001 | 1000100 |
Color Harmonies of #D687C7
Complementary color
Monochromatic Colors of #D687C7
Black with #D687C7
Text Example
Text Example
White with #D687C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687C7; }
p { color: rgb(214,135,199); }
H1.HeaderClassName
{
color: #D687C7;
}
.AnyTagClassName
{
color: #D687C7;
}
</style>
background-color css
<style>
a { background-color: #D687C7; }
a { background-color: rgb(214,135,199); }
div.DivClassName
{
background-color: #D687C7;
}
.BgClassName
{
background-color: #D687C7;
}
</style>
border-color css
<style>
span { border-color: #D687C7; }
span { border-color: rgb(214,135,199); }
td.TdClassName
{
border-color: #D687C7;
}
.TagClassName
{
border-color: #D687C7;
}
</style>