Shades of Orchid #D76DCD
Tints of Orchid #D76DCD
RGB
CMYK
RGB Variations
Color information
#D76DCD (or 0xD76DCD) is known color: Orchid. HEX triplet: D7, 6D and CD. RGB value is (215,109,205). Sum of RGB (Red+Green+Blue) = 215+109+205=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DCD is #289232. Grayscale: #979797. Windows color (decimal): -2658867 or 13462999. OLE color: 13462999.
HSL color Cylindrical-coordinate representation of color #D76DCD: hue angle of 305.66º 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 #D76DCD is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 205 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.16 |
| HSL | 305.66º | 0.57% | 0.64% | - |
| HSV(B) | 305.66º | 0.49% | 0.84% | - |
| XYZ | 44.51 | 29.79 | 61.16 | - |
| YUV | 151.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 205 | 0 | 0.49 | 0.05 | 0.16 | 305.66 | 0.57 | 0.64 |
| Hex | D7 | 6D | CD | 0 | 31 | 5 | 10 | 132 | 39 | 40 |
| Octal | 327 | 155 | 315 | 0 | 61 | 5 | 20 | 462 | 71 | 100 |
| Binary | 11010111 | 1101101 | 11001101 | 0 | 110001 | 101 | 10000 | 100110010 | 111001 | 1000000 |
Color Harmonies of #D76DCD
Complementary color
Monochromatic Colors of #D76DCD
Black with #D76DCD
Text Example
Text Example
White with #D76DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DCD; }
p { color: rgb(215,109,205); }
H1.HeaderClassName
{
color: #D76DCD;
}
.AnyTagClassName
{
color: #D76DCD;
}
</style>
background-color css
<style>
a { background-color: #D76DCD; }
a { background-color: rgb(215,109,205); }
div.DivClassName
{
background-color: #D76DCD;
}
.BgClassName
{
background-color: #D76DCD;
}
</style>
border-color css
<style>
span { border-color: #D76DCD; }
span { border-color: rgb(215,109,205); }
td.TdClassName
{
border-color: #D76DCD;
}
.TagClassName
{
border-color: #D76DCD;
}
</style>