Shades of Orchid #D684DF
Tints of Orchid #D684DF
RGB
CMYK
RGB Variations
Color information
#D684DF (or 0xD684DF) is known color: Orchid. HEX triplet: D6, 84 and DF. RGB value is (214,132,223). Sum of RGB (Red+Green+Blue) = 214+132+223=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #D684DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DF is #297B20. Grayscale: #A6A6A6. Windows color (decimal): -2718497 or 14648534. OLE color: 14648534.
HSL color Cylindrical-coordinate representation of color #D684DF: hue angle of 294.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D684DF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 132 | 223 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.13 |
| HSL | 294.07º | 0.59% | 0.7% | - |
| HSV(B) | 294.07º | 0.41% | 0.87% | - |
| XYZ | 49.3 | 36.13 | 74.19 | - |
| YUV | 166.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 223 | 0.04 | 0.41 | 0 | 0.13 | 294.07 | 0.59 | 0.7 |
| Hex | D6 | 84 | DF | 4 | 29 | 0 | D | 126 | 3B | 46 |
| Octal | 326 | 204 | 337 | 4 | 51 | 0 | 15 | 446 | 73 | 106 |
| Binary | 11010110 | 10000100 | 11011111 | 100 | 101001 | 0 | 1101 | 100100110 | 111011 | 1000110 |
Color Harmonies of #D684DF
Complementary color
Monochromatic Colors of #D684DF
Black with #D684DF
Text Example
Text Example
White with #D684DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D684DF; }
p { color: rgb(214,132,223); }
H1.HeaderClassName
{
color: #D684DF;
}
.AnyTagClassName
{
color: #D684DF;
}
</style>
background-color css
<style>
a { background-color: #D684DF; }
a { background-color: rgb(214,132,223); }
div.DivClassName
{
background-color: #D684DF;
}
.BgClassName
{
background-color: #D684DF;
}
</style>
border-color css
<style>
span { border-color: #D684DF; }
span { border-color: rgb(214,132,223); }
td.TdClassName
{
border-color: #D684DF;
}
.TagClassName
{
border-color: #D684DF;
}
</style>