Shades of Orchid #D685DF
Tints of Orchid #D685DF
RGB
CMYK
RGB Variations
Color information
#D685DF (or 0xD685DF) is known color: Orchid. HEX triplet: D6, 85 and DF. RGB value is (214,133,223). Sum of RGB (Red+Green+Blue) = 214+133+223=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D685DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DF is #297A20. Grayscale: #A7A7A7. Windows color (decimal): -2718241 or 14648790. OLE color: 14648790.
HSL color Cylindrical-coordinate representation of color #D685DF: hue angle of 294º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D685DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 133 | 223 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.13 |
| HSL | 294º | 0.58% | 0.7% | - |
| HSV(B) | 294º | 0.4% | 0.87% | - |
| XYZ | 49.44 | 36.4 | 74.23 | - |
| YUV | 167.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 223 | 0.04 | 0.40 | 0 | 0.13 | 294 | 0.58 | 0.7 |
| Hex | D6 | 85 | DF | 4 | 28 | 0 | D | 126 | 3A | 46 |
| Octal | 326 | 205 | 337 | 4 | 50 | 0 | 15 | 446 | 72 | 106 |
| Binary | 11010110 | 10000101 | 11011111 | 100 | 101000 | 0 | 1101 | 100100110 | 111010 | 1000110 |
Color Harmonies of #D685DF
Complementary color
Monochromatic Colors of #D685DF
Black with #D685DF
Text Example
Text Example
White with #D685DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685DF; }
p { color: rgb(214,133,223); }
H1.HeaderClassName
{
color: #D685DF;
}
.AnyTagClassName
{
color: #D685DF;
}
</style>
background-color css
<style>
a { background-color: #D685DF; }
a { background-color: rgb(214,133,223); }
div.DivClassName
{
background-color: #D685DF;
}
.BgClassName
{
background-color: #D685DF;
}
</style>
border-color css
<style>
span { border-color: #D685DF; }
span { border-color: rgb(214,133,223); }
td.TdClassName
{
border-color: #D685DF;
}
.TagClassName
{
border-color: #D685DF;
}
</style>