Shades of Orchid #D76AB5
Tints of Orchid #D76AB5
RGB
CMYK
RGB Variations
Color information
#D76AB5 (or 0xD76AB5) is known color: Orchid. HEX triplet: D7, 6A and B5. RGB value is (215,106,181). Sum of RGB (Red+Green+Blue) = 215+106+181=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AB5 is #28954A. Grayscale: #929292. Windows color (decimal): -2659659 or 11889367. OLE color: 11889367.
HSL color Cylindrical-coordinate representation of color #D76AB5: hue angle of 318.72º 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 #D76AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 181 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.16 |
| HSL | 318.72º | 0.58% | 0.63% | - |
| HSV(B) | 318.72º | 0.51% | 0.84% | - |
| XYZ | 41.52 | 28.09 | 46.95 | - |
| YUV | 147.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 181 | 0 | 0.51 | 0.16 | 0.16 | 318.72 | 0.58 | 0.63 |
| Hex | D7 | 6A | B5 | 0 | 33 | 10 | 10 | 13F | 3A | 3F |
| Octal | 327 | 152 | 265 | 0 | 63 | 20 | 20 | 477 | 72 | 77 |
| Binary | 11010111 | 1101010 | 10110101 | 0 | 110011 | 10000 | 10000 | 100111111 | 111010 | 111111 |
Color Harmonies of #D76AB5
Complementary color
Monochromatic Colors of #D76AB5
Black with #D76AB5
Text Example
Text Example
White with #D76AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AB5; }
p { color: rgb(215,106,181); }
H1.HeaderClassName
{
color: #D76AB5;
}
.AnyTagClassName
{
color: #D76AB5;
}
</style>
background-color css
<style>
a { background-color: #D76AB5; }
a { background-color: rgb(215,106,181); }
div.DivClassName
{
background-color: #D76AB5;
}
.BgClassName
{
background-color: #D76AB5;
}
</style>
border-color css
<style>
span { border-color: #D76AB5; }
span { border-color: rgb(215,106,181); }
td.TdClassName
{
border-color: #D76AB5;
}
.TagClassName
{
border-color: #D76AB5;
}
</style>