Shades of Orchid #D76DBC
Tints of Orchid #D76DBC
RGB
CMYK
RGB Variations
Color information
#D76DBC (or 0xD76DBC) is known color: Orchid. HEX triplet: D7, 6D and BC. RGB value is (215,109,188). Sum of RGB (Red+Green+Blue) = 215+109+188=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DBC is #289243. Grayscale: #959595. Windows color (decimal): -2658884 or 12348887. OLE color: 12348887.
HSL color Cylindrical-coordinate representation of color #D76DBC: hue angle of 315.28º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DBC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 188 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.16 |
| HSL | 315.28º | 0.57% | 0.64% | - |
| HSV(B) | 315.28º | 0.49% | 0.84% | - |
| XYZ | 42.57 | 29.02 | 50.93 | - |
| YUV | 149.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 188 | 0 | 0.49 | 0.13 | 0.16 | 315.28 | 0.57 | 0.64 |
| Hex | D7 | 6D | BC | 0 | 31 | D | 10 | 13B | 39 | 40 |
| Octal | 327 | 155 | 274 | 0 | 61 | 15 | 20 | 473 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10111100 | 0 | 110001 | 1101 | 10000 | 100111011 | 111001 | 1000000 |
Color Harmonies of #D76DBC
Complementary color
Monochromatic Colors of #D76DBC
Black with #D76DBC
Text Example
Text Example
White with #D76DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DBC; }
p { color: rgb(215,109,188); }
H1.HeaderClassName
{
color: #D76DBC;
}
.AnyTagClassName
{
color: #D76DBC;
}
</style>
background-color css
<style>
a { background-color: #D76DBC; }
a { background-color: rgb(215,109,188); }
div.DivClassName
{
background-color: #D76DBC;
}
.BgClassName
{
background-color: #D76DBC;
}
</style>
border-color css
<style>
span { border-color: #D76DBC; }
span { border-color: rgb(215,109,188); }
td.TdClassName
{
border-color: #D76DBC;
}
.TagClassName
{
border-color: #D76DBC;
}
</style>