Shades of Orchid #D673BF
Tints of Orchid #D673BF
RGB
CMYK
RGB Variations
Color information
#D673BF (or 0xD673BF) is known color: Orchid. HEX triplet: D6, 73 and BF. RGB value is (214,115,191). Sum of RGB (Red+Green+Blue) = 214+115+191=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BF is #298C40. Grayscale: #999999. Windows color (decimal): -2722881 or 12547030. OLE color: 12547030.
HSL color Cylindrical-coordinate representation of color #D673BF: hue angle of 313.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673BF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 191 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.16 |
| HSL | 313.94º | 0.55% | 0.65% | - |
| HSV(B) | 313.94º | 0.46% | 0.84% | - |
| XYZ | 43.27 | 30.32 | 52.86 | - |
| YUV | 153.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 191 | 0 | 0.46 | 0.11 | 0.16 | 313.94 | 0.55 | 0.65 |
| Hex | D6 | 73 | BF | 0 | 2E | B | 10 | 13A | 37 | 41 |
| Octal | 326 | 163 | 277 | 0 | 56 | 13 | 20 | 472 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10111111 | 0 | 101110 | 1011 | 10000 | 100111010 | 110111 | 1000001 |
Color Harmonies of #D673BF
Complementary color
Monochromatic Colors of #D673BF
Black with #D673BF
Text Example
Text Example
White with #D673BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673BF; }
p { color: rgb(214,115,191); }
H1.HeaderClassName
{
color: #D673BF;
}
.AnyTagClassName
{
color: #D673BF;
}
</style>
background-color css
<style>
a { background-color: #D673BF; }
a { background-color: rgb(214,115,191); }
div.DivClassName
{
background-color: #D673BF;
}
.BgClassName
{
background-color: #D673BF;
}
</style>
border-color css
<style>
span { border-color: #D673BF; }
span { border-color: rgb(214,115,191); }
td.TdClassName
{
border-color: #D673BF;
}
.TagClassName
{
border-color: #D673BF;
}
</style>