Shades of Orchid #D773BA
Tints of Orchid #D773BA
RGB
CMYK
RGB Variations
Color information
#D773BA (or 0xD773BA) is known color: Orchid. HEX triplet: D7, 73 and BA. RGB value is (215,115,186). Sum of RGB (Red+Green+Blue) = 215+115+186=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D773BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773BA is #288C45. Grayscale: #989898. Windows color (decimal): -2657350 or 12219351. OLE color: 12219351.
HSL color Cylindrical-coordinate representation of color #D773BA: hue angle of 317.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D773BA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 186 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.16 |
| HSL | 317.4º | 0.56% | 0.65% | - |
| HSV(B) | 317.4º | 0.47% | 0.84% | - |
| XYZ | 43.02 | 30.25 | 50.03 | - |
| YUV | 152.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 186 | 0 | 0.47 | 0.13 | 0.16 | 317.4 | 0.56 | 0.65 |
| Hex | D7 | 73 | BA | 0 | 2F | D | 10 | 13D | 38 | 41 |
| Octal | 327 | 163 | 272 | 0 | 57 | 15 | 20 | 475 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10111010 | 0 | 101111 | 1101 | 10000 | 100111101 | 111000 | 1000001 |
Color Harmonies of #D773BA
Complementary color
Monochromatic Colors of #D773BA
Black with #D773BA
Text Example
Text Example
White with #D773BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773BA; }
p { color: rgb(215,115,186); }
H1.HeaderClassName
{
color: #D773BA;
}
.AnyTagClassName
{
color: #D773BA;
}
</style>
background-color css
<style>
a { background-color: #D773BA; }
a { background-color: rgb(215,115,186); }
div.DivClassName
{
background-color: #D773BA;
}
.BgClassName
{
background-color: #D773BA;
}
</style>
border-color css
<style>
span { border-color: #D773BA; }
span { border-color: rgb(215,115,186); }
td.TdClassName
{
border-color: #D773BA;
}
.TagClassName
{
border-color: #D773BA;
}
</style>