Shades of Orchid #D76CB9
Tints of Orchid #D76CB9
RGB
CMYK
RGB Variations
Color information
#D76CB9 (or 0xD76CB9) is known color: Orchid. HEX triplet: D7, 6C and B9. RGB value is (215,108,185). Sum of RGB (Red+Green+Blue) = 215+108+185=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB9 is #289346. Grayscale: #949494. Windows color (decimal): -2659143 or 12152023. OLE color: 12152023.
HSL color Cylindrical-coordinate representation of color #D76CB9: hue angle of 316.82º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB9 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 185 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.16 |
| HSL | 316.82º | 0.57% | 0.63% | - |
| HSV(B) | 316.82º | 0.5% | 0.84% | - |
| XYZ | 42.14 | 28.67 | 49.21 | - |
| YUV | 148.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 185 | 0 | 0.50 | 0.14 | 0.16 | 316.82 | 0.57 | 0.63 |
| Hex | D7 | 6C | B9 | 0 | 32 | E | 10 | 13D | 39 | 3F |
| Octal | 327 | 154 | 271 | 0 | 62 | 16 | 20 | 475 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10111001 | 0 | 110010 | 1110 | 10000 | 100111101 | 111001 | 111111 |
Color Harmonies of #D76CB9
Complementary color
Monochromatic Colors of #D76CB9
Black with #D76CB9
Text Example
Text Example
White with #D76CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CB9; }
p { color: rgb(215,108,185); }
H1.HeaderClassName
{
color: #D76CB9;
}
.AnyTagClassName
{
color: #D76CB9;
}
</style>
background-color css
<style>
a { background-color: #D76CB9; }
a { background-color: rgb(215,108,185); }
div.DivClassName
{
background-color: #D76CB9;
}
.BgClassName
{
background-color: #D76CB9;
}
</style>
border-color css
<style>
span { border-color: #D76CB9; }
span { border-color: rgb(215,108,185); }
td.TdClassName
{
border-color: #D76CB9;
}
.TagClassName
{
border-color: #D76CB9;
}
</style>