Shades of Orchid #D682BF
Tints of Orchid #D682BF
RGB
CMYK
RGB Variations
Color information
#D682BF (or 0xD682BF) is known color: Orchid. HEX triplet: D6, 82 and BF. RGB value is (214,130,191). Sum of RGB (Red+Green+Blue) = 214+130+191=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D682BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682BF is #297D40. Grayscale: #A1A1A1. Windows color (decimal): -2719041 or 12550870. OLE color: 12550870.
HSL color Cylindrical-coordinate representation of color #D682BF: hue angle of 316.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682BF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 191 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.16 |
| HSL | 316.43º | 0.51% | 0.67% | - |
| HSV(B) | 316.43º | 0.39% | 0.84% | - |
| XYZ | 45.12 | 34.02 | 53.48 | - |
| YUV | 162.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 191 | 0 | 0.39 | 0.11 | 0.16 | 316.43 | 0.51 | 0.67 |
| Hex | D6 | 82 | BF | 0 | 27 | B | 10 | 13C | 33 | 43 |
| Octal | 326 | 202 | 277 | 0 | 47 | 13 | 20 | 474 | 63 | 103 |
| Binary | 11010110 | 10000010 | 10111111 | 0 | 100111 | 1011 | 10000 | 100111100 | 110011 | 1000011 |
Color Harmonies of #D682BF
Complementary color
Monochromatic Colors of #D682BF
Black with #D682BF
Text Example
Text Example
White with #D682BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682BF; }
p { color: rgb(214,130,191); }
H1.HeaderClassName
{
color: #D682BF;
}
.AnyTagClassName
{
color: #D682BF;
}
</style>
background-color css
<style>
a { background-color: #D682BF; }
a { background-color: rgb(214,130,191); }
div.DivClassName
{
background-color: #D682BF;
}
.BgClassName
{
background-color: #D682BF;
}
</style>
border-color css
<style>
span { border-color: #D682BF; }
span { border-color: rgb(214,130,191); }
td.TdClassName
{
border-color: #D682BF;
}
.TagClassName
{
border-color: #D682BF;
}
</style>