Shades of Orchid #D685D5
Tints of Orchid #D685D5
RGB
CMYK
RGB Variations
Color information
#D685D5 (or 0xD685D5) is known color: Orchid. HEX triplet: D6, 85 and D5. RGB value is (214,133,213). Sum of RGB (Red+Green+Blue) = 214+133+213=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D685D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685D5 is #297A2A. Grayscale: #A6A6A6. Windows color (decimal): -2718251 or 13993430. OLE color: 13993430.
HSL color Cylindrical-coordinate representation of color #D685D5: hue angle of 300.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685D5 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 213 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.16 |
| HSL | 300.74º | 0.5% | 0.68% | - |
| HSV(B) | 300.74º | 0.38% | 0.84% | - |
| XYZ | 48.13 | 35.88 | 67.34 | - |
| YUV | 166.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 213 | 0 | 0.38 | 0.00 | 0.16 | 300.74 | 0.5 | 0.68 |
| Hex | D6 | 85 | D5 | 0 | 26 | 0 | 10 | 12D | 32 | 44 |
| Octal | 326 | 205 | 325 | 0 | 46 | 0 | 20 | 455 | 62 | 104 |
| Binary | 11010110 | 10000101 | 11010101 | 0 | 100110 | 0 | 10000 | 100101101 | 110010 | 1000100 |
Color Harmonies of #D685D5
Complementary color
Monochromatic Colors of #D685D5
Black with #D685D5
Text Example
Text Example
White with #D685D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685D5; }
p { color: rgb(214,133,213); }
H1.HeaderClassName
{
color: #D685D5;
}
.AnyTagClassName
{
color: #D685D5;
}
</style>
background-color css
<style>
a { background-color: #D685D5; }
a { background-color: rgb(214,133,213); }
div.DivClassName
{
background-color: #D685D5;
}
.BgClassName
{
background-color: #D685D5;
}
</style>
border-color css
<style>
span { border-color: #D685D5; }
span { border-color: rgb(214,133,213); }
td.TdClassName
{
border-color: #D685D5;
}
.TagClassName
{
border-color: #D685D5;
}
</style>