Shades of Orchid #D685D3
Tints of Orchid #D685D3
RGB
CMYK
RGB Variations
Color information
#D685D3 (or 0xD685D3) is known color: Orchid. HEX triplet: D6, 85 and D3. RGB value is (214,133,211). Sum of RGB (Red+Green+Blue) = 214+133+211=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D685D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685D3 is #297A2C. Grayscale: #A5A5A5. Windows color (decimal): -2718253 or 13862358. OLE color: 13862358.
HSL color Cylindrical-coordinate representation of color #D685D3: hue angle of 302.22º 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 #D685D3 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 211 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.16 |
| HSL | 302.22º | 0.5% | 0.68% | - |
| HSV(B) | 302.22º | 0.38% | 0.84% | - |
| XYZ | 47.88 | 35.77 | 66.01 | - |
| YUV | 166.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 211 | 0 | 0.38 | 0.01 | 0.16 | 302.22 | 0.5 | 0.68 |
| Hex | D6 | 85 | D3 | 0 | 26 | 1 | 10 | 12E | 32 | 44 |
| Octal | 326 | 205 | 323 | 0 | 46 | 1 | 20 | 456 | 62 | 104 |
| Binary | 11010110 | 10000101 | 11010011 | 0 | 100110 | 1 | 10000 | 100101110 | 110010 | 1000100 |
Color Harmonies of #D685D3
Complementary color
Monochromatic Colors of #D685D3
Black with #D685D3
Text Example
Text Example
White with #D685D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685D3; }
p { color: rgb(214,133,211); }
H1.HeaderClassName
{
color: #D685D3;
}
.AnyTagClassName
{
color: #D685D3;
}
</style>
background-color css
<style>
a { background-color: #D685D3; }
a { background-color: rgb(214,133,211); }
div.DivClassName
{
background-color: #D685D3;
}
.BgClassName
{
background-color: #D685D3;
}
</style>
border-color css
<style>
span { border-color: #D685D3; }
span { border-color: rgb(214,133,211); }
td.TdClassName
{
border-color: #D685D3;
}
.TagClassName
{
border-color: #D685D3;
}
</style>