Shades of Orchid #D76DB6
Tints of Orchid #D76DB6
RGB
CMYK
RGB Variations
Color information
#D76DB6 (or 0xD76DB6) is known color: Orchid. HEX triplet: D7, 6D and B6. RGB value is (215,109,182). Sum of RGB (Red+Green+Blue) = 215+109+182=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB6 is #289249. Grayscale: #949494. Windows color (decimal): -2658890 or 11955671. OLE color: 11955671.
HSL color Cylindrical-coordinate representation of color #D76DB6: hue angle of 318.68º 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 #D76DB6 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 182 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.16 |
| HSL | 318.68º | 0.57% | 0.64% | - |
| HSV(B) | 318.68º | 0.49% | 0.84% | - |
| XYZ | 41.94 | 28.76 | 47.6 | - |
| YUV | 149.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 182 | 0 | 0.49 | 0.15 | 0.16 | 318.68 | 0.57 | 0.64 |
| Hex | D7 | 6D | B6 | 0 | 31 | F | 10 | 13F | 39 | 40 |
| Octal | 327 | 155 | 266 | 0 | 61 | 17 | 20 | 477 | 71 | 100 |
| Binary | 11010111 | 1101101 | 10110110 | 0 | 110001 | 1111 | 10000 | 100111111 | 111001 | 1000000 |
Color Harmonies of #D76DB6
Complementary color
Monochromatic Colors of #D76DB6
Black with #D76DB6
Text Example
Text Example
White with #D76DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76DB6; }
p { color: rgb(215,109,182); }
H1.HeaderClassName
{
color: #D76DB6;
}
.AnyTagClassName
{
color: #D76DB6;
}
</style>
background-color css
<style>
a { background-color: #D76DB6; }
a { background-color: rgb(215,109,182); }
div.DivClassName
{
background-color: #D76DB6;
}
.BgClassName
{
background-color: #D76DB6;
}
</style>
border-color css
<style>
span { border-color: #D76DB6; }
span { border-color: rgb(215,109,182); }
td.TdClassName
{
border-color: #D76DB6;
}
.TagClassName
{
border-color: #D76DB6;
}
</style>