Shades of Orchid #D673BD
Tints of Orchid #D673BD
RGB
CMYK
RGB Variations
Color information
#D673BD (or 0xD673BD) is known color: Orchid. HEX triplet: D6, 73 and BD. RGB value is (214,115,189). Sum of RGB (Red+Green+Blue) = 214+115+189=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BD is #298C42. Grayscale: #989898. Windows color (decimal): -2722883 or 12415958. OLE color: 12415958.
HSL color Cylindrical-coordinate representation of color #D673BD: hue angle of 315.15º 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 #D673BD is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 189 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.16 |
| HSL | 315.15º | 0.55% | 0.65% | - |
| HSV(B) | 315.15º | 0.46% | 0.84% | - |
| XYZ | 43.05 | 30.23 | 51.71 | - |
| YUV | 153.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 189 | 0 | 0.46 | 0.12 | 0.16 | 315.15 | 0.55 | 0.65 |
| Hex | D6 | 73 | BD | 0 | 2E | C | 10 | 13B | 37 | 41 |
| Octal | 326 | 163 | 275 | 0 | 56 | 14 | 20 | 473 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10111101 | 0 | 101110 | 1100 | 10000 | 100111011 | 110111 | 1000001 |
Color Harmonies of #D673BD
Complementary color
Monochromatic Colors of #D673BD
Black with #D673BD
Text Example
Text Example
White with #D673BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673BD; }
p { color: rgb(214,115,189); }
H1.HeaderClassName
{
color: #D673BD;
}
.AnyTagClassName
{
color: #D673BD;
}
</style>
background-color css
<style>
a { background-color: #D673BD; }
a { background-color: rgb(214,115,189); }
div.DivClassName
{
background-color: #D673BD;
}
.BgClassName
{
background-color: #D673BD;
}
</style>
border-color css
<style>
span { border-color: #D673BD; }
span { border-color: rgb(214,115,189); }
td.TdClassName
{
border-color: #D673BD;
}
.TagClassName
{
border-color: #D673BD;
}
</style>