Shades of Orchid #D773BF
Tints of Orchid #D773BF
RGB
CMYK
RGB Variations
Color information
#D773BF (or 0xD773BF) is known color: Orchid. HEX triplet: D7, 73 and BF. RGB value is (215,115,191). Sum of RGB (Red+Green+Blue) = 215+115+191=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D773BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D773BF is #288C40. Grayscale: #999999. Windows color (decimal): -2657345 or 12547031. OLE color: 12547031.
HSL color Cylindrical-coordinate representation of color #D773BF: hue angle of 314.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 #D773BF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 115 | 191 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 314.4º | 0.56% | 0.65% | - |
| HSV(B) | 314.4º | 0.47% | 0.84% | - |
| XYZ | 43.56 | 30.47 | 52.88 | - |
| YUV | 153.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 115 | 191 | 0 | 0.47 | 0.11 | 0.16 | 314.4 | 0.56 | 0.65 |
| Hex | D7 | 73 | BF | 0 | 2F | B | 10 | 13A | 38 | 41 |
| Octal | 327 | 163 | 277 | 0 | 57 | 13 | 20 | 472 | 70 | 101 |
| Binary | 11010111 | 1110011 | 10111111 | 0 | 101111 | 1011 | 10000 | 100111010 | 111000 | 1000001 |
Color Harmonies of #D773BF
Complementary color
Monochromatic Colors of #D773BF
Black with #D773BF
Text Example
Text Example
White with #D773BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D773BF; }
p { color: rgb(215,115,191); }
H1.HeaderClassName
{
color: #D773BF;
}
.AnyTagClassName
{
color: #D773BF;
}
</style>
background-color css
<style>
a { background-color: #D773BF; }
a { background-color: rgb(215,115,191); }
div.DivClassName
{
background-color: #D773BF;
}
.BgClassName
{
background-color: #D773BF;
}
</style>
border-color css
<style>
span { border-color: #D773BF; }
span { border-color: rgb(215,115,191); }
td.TdClassName
{
border-color: #D773BF;
}
.TagClassName
{
border-color: #D773BF;
}
</style>