Shades of Orchid #D673B9
Tints of Orchid #D673B9
RGB
CMYK
RGB Variations
Color information
#D673B9 (or 0xD673B9) is known color: Orchid. HEX triplet: D6, 73 and B9. RGB value is (214,115,185). Sum of RGB (Red+Green+Blue) = 214+115+185=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673B9 is #298C46. Grayscale: #989898. Windows color (decimal): -2722887 or 12153814. OLE color: 12153814.
HSL color Cylindrical-coordinate representation of color #D673B9: hue angle of 317.58º 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 #D673B9 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 185 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.16 |
| HSL | 317.58º | 0.55% | 0.65% | - |
| HSV(B) | 317.58º | 0.46% | 0.84% | - |
| XYZ | 42.62 | 30.06 | 49.45 | - |
| YUV | 152.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 185 | 0 | 0.46 | 0.14 | 0.16 | 317.58 | 0.55 | 0.65 |
| Hex | D6 | 73 | B9 | 0 | 2E | E | 10 | 13E | 37 | 41 |
| Octal | 326 | 163 | 271 | 0 | 56 | 16 | 20 | 476 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10111001 | 0 | 101110 | 1110 | 10000 | 100111110 | 110111 | 1000001 |
Color Harmonies of #D673B9
Complementary color
Monochromatic Colors of #D673B9
Black with #D673B9
Text Example
Text Example
White with #D673B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673B9; }
p { color: rgb(214,115,185); }
H1.HeaderClassName
{
color: #D673B9;
}
.AnyTagClassName
{
color: #D673B9;
}
</style>
background-color css
<style>
a { background-color: #D673B9; }
a { background-color: rgb(214,115,185); }
div.DivClassName
{
background-color: #D673B9;
}
.BgClassName
{
background-color: #D673B9;
}
</style>
border-color css
<style>
span { border-color: #D673B9; }
span { border-color: rgb(214,115,185); }
td.TdClassName
{
border-color: #D673B9;
}
.TagClassName
{
border-color: #D673B9;
}
</style>