Shades of Orchid #D680BE
Tints of Orchid #D680BE
RGB
CMYK
RGB Variations
Color information
#D680BE (or 0xD680BE) is known color: Orchid. HEX triplet: D6, 80 and BE. RGB value is (214,128,190). Sum of RGB (Red+Green+Blue) = 214+128+190=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D680BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680BE is #297F41. Grayscale: #A0A0A0. Windows color (decimal): -2719554 or 12484822. OLE color: 12484822.
HSL color Cylindrical-coordinate representation of color #D680BE: hue angle of 316.74º 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 #D680BE is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 190 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.16 |
| HSL | 316.74º | 0.51% | 0.67% | - |
| HSV(B) | 316.74º | 0.4% | 0.84% | - |
| XYZ | 44.74 | 33.45 | 52.81 | - |
| YUV | 160.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 190 | 0 | 0.40 | 0.11 | 0.16 | 316.74 | 0.51 | 0.67 |
| Hex | D6 | 80 | BE | 0 | 28 | B | 10 | 13D | 33 | 43 |
| Octal | 326 | 200 | 276 | 0 | 50 | 13 | 20 | 475 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10111110 | 0 | 101000 | 1011 | 10000 | 100111101 | 110011 | 1000011 |
Color Harmonies of #D680BE
Complementary color
Monochromatic Colors of #D680BE
Black with #D680BE
Text Example
Text Example
White with #D680BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680BE; }
p { color: rgb(214,128,190); }
H1.HeaderClassName
{
color: #D680BE;
}
.AnyTagClassName
{
color: #D680BE;
}
</style>
background-color css
<style>
a { background-color: #D680BE; }
a { background-color: rgb(214,128,190); }
div.DivClassName
{
background-color: #D680BE;
}
.BgClassName
{
background-color: #D680BE;
}
</style>
border-color css
<style>
span { border-color: #D680BE; }
span { border-color: rgb(214,128,190); }
td.TdClassName
{
border-color: #D680BE;
}
.TagClassName
{
border-color: #D680BE;
}
</style>