Shades of Orchid #D686CD
Tints of Orchid #D686CD
RGB
CMYK
RGB Variations
Color information
#D686CD (or 0xD686CD) is known color: Orchid. HEX triplet: D6, 86 and CD. RGB value is (214,134,205). Sum of RGB (Red+Green+Blue) = 214+134+205=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D686CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686CD is #297932. Grayscale: #A5A5A5. Windows color (decimal): -2718003 or 13469398. OLE color: 13469398.
HSL color Cylindrical-coordinate representation of color #D686CD: hue angle of 306.75º 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 #D686CD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 205 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.16 |
| HSL | 306.75º | 0.49% | 0.68% | - |
| HSV(B) | 306.75º | 0.37% | 0.84% | - |
| XYZ | 47.28 | 35.75 | 62.17 | - |
| YUV | 166.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 205 | 0 | 0.37 | 0.04 | 0.16 | 306.75 | 0.49 | 0.68 |
| Hex | D6 | 86 | CD | 0 | 25 | 4 | 10 | 133 | 31 | 44 |
| Octal | 326 | 206 | 315 | 0 | 45 | 4 | 20 | 463 | 61 | 104 |
| Binary | 11010110 | 10000110 | 11001101 | 0 | 100101 | 100 | 10000 | 100110011 | 110001 | 1000100 |
Color Harmonies of #D686CD
Complementary color
Monochromatic Colors of #D686CD
Black with #D686CD
Text Example
Text Example
White with #D686CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686CD; }
p { color: rgb(214,134,205); }
H1.HeaderClassName
{
color: #D686CD;
}
.AnyTagClassName
{
color: #D686CD;
}
</style>
background-color css
<style>
a { background-color: #D686CD; }
a { background-color: rgb(214,134,205); }
div.DivClassName
{
background-color: #D686CD;
}
.BgClassName
{
background-color: #D686CD;
}
</style>
border-color css
<style>
span { border-color: #D686CD; }
span { border-color: rgb(214,134,205); }
td.TdClassName
{
border-color: #D686CD;
}
.TagClassName
{
border-color: #D686CD;
}
</style>