Shades of Orchid #D686C8
Tints of Orchid #D686C8
RGB
CMYK
RGB Variations
Color information
#D686C8 (or 0xD686C8) is known color: Orchid. HEX triplet: D6, 86 and C8. RGB value is (214,134,200). Sum of RGB (Red+Green+Blue) = 214+134+200=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D686C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686C8 is #297937. Grayscale: #A5A5A5. Windows color (decimal): -2718008 or 13141718. OLE color: 13141718.
HSL color Cylindrical-coordinate representation of color #D686C8: hue angle of 310.5º 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 #D686C8 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 200 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.16 |
| HSL | 310.5º | 0.49% | 0.68% | - |
| HSV(B) | 310.5º | 0.37% | 0.84% | - |
| XYZ | 46.68 | 35.52 | 59.04 | - |
| YUV | 165.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 200 | 0 | 0.37 | 0.07 | 0.16 | 310.5 | 0.49 | 0.68 |
| Hex | D6 | 86 | C8 | 0 | 25 | 7 | 10 | 136 | 31 | 44 |
| Octal | 326 | 206 | 310 | 0 | 45 | 7 | 20 | 466 | 61 | 104 |
| Binary | 11010110 | 10000110 | 11001000 | 0 | 100101 | 111 | 10000 | 100110110 | 110001 | 1000100 |
Color Harmonies of #D686C8
Complementary color
Monochromatic Colors of #D686C8
Black with #D686C8
Text Example
Text Example
White with #D686C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686C8; }
p { color: rgb(214,134,200); }
H1.HeaderClassName
{
color: #D686C8;
}
.AnyTagClassName
{
color: #D686C8;
}
</style>
background-color css
<style>
a { background-color: #D686C8; }
a { background-color: rgb(214,134,200); }
div.DivClassName
{
background-color: #D686C8;
}
.BgClassName
{
background-color: #D686C8;
}
</style>
border-color css
<style>
span { border-color: #D686C8; }
span { border-color: rgb(214,134,200); }
td.TdClassName
{
border-color: #D686C8;
}
.TagClassName
{
border-color: #D686C8;
}
</style>