Shades of Orchid #D673BC
Tints of Orchid #D673BC
RGB
CMYK
RGB Variations
Color information
#D673BC (or 0xD673BC) is known color: Orchid. HEX triplet: D6, 73 and BC. RGB value is (214,115,188). Sum of RGB (Red+Green+Blue) = 214+115+188=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BC is #298C43. Grayscale: #989898. Windows color (decimal): -2722884 or 12350422. OLE color: 12350422.
HSL color Cylindrical-coordinate representation of color #D673BC: hue angle of 315.76º 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 #D673BC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 188 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.16 |
| HSL | 315.76º | 0.55% | 0.65% | - |
| HSV(B) | 315.76º | 0.46% | 0.84% | - |
| XYZ | 42.94 | 30.19 | 51.14 | - |
| YUV | 152.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 188 | 0 | 0.46 | 0.12 | 0.16 | 315.76 | 0.55 | 0.65 |
| Hex | D6 | 73 | BC | 0 | 2E | C | 10 | 13C | 37 | 41 |
| Octal | 326 | 163 | 274 | 0 | 56 | 14 | 20 | 474 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10111100 | 0 | 101110 | 1100 | 10000 | 100111100 | 110111 | 1000001 |
Color Harmonies of #D673BC
Complementary color
Monochromatic Colors of #D673BC
Black with #D673BC
Text Example
Text Example
White with #D673BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673BC; }
p { color: rgb(214,115,188); }
H1.HeaderClassName
{
color: #D673BC;
}
.AnyTagClassName
{
color: #D673BC;
}
</style>
background-color css
<style>
a { background-color: #D673BC; }
a { background-color: rgb(214,115,188); }
div.DivClassName
{
background-color: #D673BC;
}
.BgClassName
{
background-color: #D673BC;
}
</style>
border-color css
<style>
span { border-color: #D673BC; }
span { border-color: rgb(214,115,188); }
td.TdClassName
{
border-color: #D673BC;
}
.TagClassName
{
border-color: #D673BC;
}
</style>