Shades of Orchid #D76AB9
Tints of Orchid #D76AB9
RGB
CMYK
RGB Variations
Color information
#D76AB9 (or 0xD76AB9) is known color: Orchid. HEX triplet: D7, 6A and B9. RGB value is (215,106,185). Sum of RGB (Red+Green+Blue) = 215+106+185=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AB9 is #289546. Grayscale: #939393. Windows color (decimal): -2659655 or 12151511. OLE color: 12151511.
HSL color Cylindrical-coordinate representation of color #D76AB9: hue angle of 316.51º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76AB9 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 185 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.16 |
| HSL | 316.51º | 0.58% | 0.63% | - |
| HSV(B) | 316.51º | 0.51% | 0.84% | - |
| XYZ | 41.94 | 28.26 | 49.14 | - |
| YUV | 147.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 185 | 0 | 0.51 | 0.14 | 0.16 | 316.51 | 0.58 | 0.63 |
| Hex | D7 | 6A | B9 | 0 | 33 | E | 10 | 13D | 3A | 3F |
| Octal | 327 | 152 | 271 | 0 | 63 | 16 | 20 | 475 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10111001 | 0 | 110011 | 1110 | 10000 | 100111101 | 111010 | 111111 |
Color Harmonies of #D76AB9
Complementary color
Monochromatic Colors of #D76AB9
Black with #D76AB9
Text Example
Text Example
White with #D76AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AB9; }
p { color: rgb(215,106,185); }
H1.HeaderClassName
{
color: #D76AB9;
}
.AnyTagClassName
{
color: #D76AB9;
}
</style>
background-color css
<style>
a { background-color: #D76AB9; }
a { background-color: rgb(215,106,185); }
div.DivClassName
{
background-color: #D76AB9;
}
.BgClassName
{
background-color: #D76AB9;
}
</style>
border-color css
<style>
span { border-color: #D76AB9; }
span { border-color: rgb(215,106,185); }
td.TdClassName
{
border-color: #D76AB9;
}
.TagClassName
{
border-color: #D76AB9;
}
</style>