Shades of Orchid #D680BF
Tints of Orchid #D680BF
RGB
CMYK
RGB Variations
Color information
#D680BF (or 0xD680BF) is known color: Orchid. HEX triplet: D6, 80 and BF. RGB value is (214,128,191). Sum of RGB (Red+Green+Blue) = 214+128+191=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D680BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680BF is #297F40. Grayscale: #A0A0A0. Windows color (decimal): -2719553 or 12550358. OLE color: 12550358.
HSL color Cylindrical-coordinate representation of color #D680BF: hue angle of 316.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680BF is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 191 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.05º | 0.51% | 0.67% | - |
| HSV(B) | 316.05º | 0.4% | 0.84% | - |
| XYZ | 44.85 | 33.5 | 53.39 | - |
| YUV | 160.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 191 | 0 | 0.40 | 0.11 | 0.16 | 316.05 | 0.51 | 0.67 |
| Hex | D6 | 80 | BF | 0 | 28 | B | 10 | 13C | 33 | 43 |
| Octal | 326 | 200 | 277 | 0 | 50 | 13 | 20 | 474 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10111111 | 0 | 101000 | 1011 | 10000 | 100111100 | 110011 | 1000011 |
Color Harmonies of #D680BF
Complementary color
Monochromatic Colors of #D680BF
Black with #D680BF
Text Example
Text Example
White with #D680BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680BF; }
p { color: rgb(214,128,191); }
H1.HeaderClassName
{
color: #D680BF;
}
.AnyTagClassName
{
color: #D680BF;
}
</style>
background-color css
<style>
a { background-color: #D680BF; }
a { background-color: rgb(214,128,191); }
div.DivClassName
{
background-color: #D680BF;
}
.BgClassName
{
background-color: #D680BF;
}
</style>
border-color css
<style>
span { border-color: #D680BF; }
span { border-color: rgb(214,128,191); }
td.TdClassName
{
border-color: #D680BF;
}
.TagClassName
{
border-color: #D680BF;
}
</style>