Shades of Orchid #D76DB8
Tints of Orchid #D76DB8
RGB
CMYK
RGB Variations
Color information
#D76DB8 (or 0xD76DB8) is known color: Orchid. HEX triplet: D7, 6D and B8. RGB value is (215,109,184). Sum of RGB (Red+Green+Blue) = 215+109+184=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB8 is #289247. Grayscale: #959595. Windows color (decimal): -2658888 or 12086743. OLE color: 12086743.
HSL color Cylindrical-coordinate representation of color #D76DB8: hue angle of 317.55º 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 #D76DB8 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 184 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.16 |
| HSL | 317.55º | 0.57% | 0.64% | - |
| HSV(B) | 317.55º | 0.49% | 0.84% | - |
| XYZ | 42.14 | 28.85 | 48.69 | - |
| YUV | 149.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 184 | 0 | 0.49 | 0.14 | 0.16 | 317.55 | 0.57 | 0.64 |
| Hex | D7 | 6D | B8 | 0 | 31 | E | 10 | 13E | 39 | 40 |
| Octal | 327 | 155 | 270 | 0 | 61 | 16 | 20 | 476 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10111000 | 0 | 110001 | 1110 | 10000 | 100111110 | 111001 | 1000000 |
Color Harmonies of #D76DB8
Complementary color
Monochromatic Colors of #D76DB8
Black with #D76DB8
Text Example
Text Example
White with #D76DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DB8; }
p { color: rgb(215,109,184); }
H1.HeaderClassName
{
color: #D76DB8;
}
.AnyTagClassName
{
color: #D76DB8;
}
</style>
background-color css
<style>
a { background-color: #D76DB8; }
a { background-color: rgb(215,109,184); }
div.DivClassName
{
background-color: #D76DB8;
}
.BgClassName
{
background-color: #D76DB8;
}
</style>
border-color css
<style>
span { border-color: #D76DB8; }
span { border-color: rgb(215,109,184); }
td.TdClassName
{
border-color: #D76DB8;
}
.TagClassName
{
border-color: #D76DB8;
}
</style>