Shades of Orchid #D673B8
Tints of Orchid #D673B8
RGB
CMYK
RGB Variations
Color information
#D673B8 (or 0xD673B8) is known color: Orchid. HEX triplet: D6, 73 and B8. RGB value is (214,115,184). Sum of RGB (Red+Green+Blue) = 214+115+184=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D673B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673B8 is #298C47. Grayscale: #989898. Windows color (decimal): -2722888 or 12088278. OLE color: 12088278.
HSL color Cylindrical-coordinate representation of color #D673B8: hue angle of 318.18º 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 #D673B8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 115 | 184 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.16 |
| HSL | 318.18º | 0.55% | 0.65% | - |
| HSV(B) | 318.18º | 0.46% | 0.84% | - |
| XYZ | 42.51 | 30.02 | 48.9 | - |
| YUV | 152.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 184 | 0 | 0.46 | 0.14 | 0.16 | 318.18 | 0.55 | 0.65 |
| Hex | D6 | 73 | B8 | 0 | 2E | E | 10 | 13E | 37 | 41 |
| Octal | 326 | 163 | 270 | 0 | 56 | 16 | 20 | 476 | 67 | 101 |
| Binary | 11010110 | 1110011 | 10111000 | 0 | 101110 | 1110 | 10000 | 100111110 | 110111 | 1000001 |
Color Harmonies of #D673B8
Complementary color
Monochromatic Colors of #D673B8
Black with #D673B8
Text Example
Text Example
White with #D673B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673B8; }
p { color: rgb(214,115,184); }
H1.HeaderClassName
{
color: #D673B8;
}
.AnyTagClassName
{
color: #D673B8;
}
</style>
background-color css
<style>
a { background-color: #D673B8; }
a { background-color: rgb(214,115,184); }
div.DivClassName
{
background-color: #D673B8;
}
.BgClassName
{
background-color: #D673B8;
}
</style>
border-color css
<style>
span { border-color: #D673B8; }
span { border-color: rgb(214,115,184); }
td.TdClassName
{
border-color: #D673B8;
}
.TagClassName
{
border-color: #D673B8;
}
</style>