Shades of Orchid #D76CBC
Tints of Orchid #D76CBC
RGB
CMYK
RGB Variations
Color information
#D76CBC (or 0xD76CBC) is known color: Orchid. HEX triplet: D7, 6C and BC. RGB value is (215,108,188). Sum of RGB (Red+Green+Blue) = 215+108+188=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CBC is #289343. Grayscale: #949494. Windows color (decimal): -2659140 or 12348631. OLE color: 12348631.
HSL color Cylindrical-coordinate representation of color #D76CBC: hue angle of 315.14º 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 #D76CBC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 188 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.16 |
| HSL | 315.14º | 0.57% | 0.63% | - |
| HSV(B) | 315.14º | 0.5% | 0.84% | - |
| XYZ | 42.46 | 28.8 | 50.9 | - |
| YUV | 149.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 188 | 0 | 0.50 | 0.13 | 0.16 | 315.14 | 0.57 | 0.63 |
| Hex | D7 | 6C | BC | 0 | 32 | D | 10 | 13B | 39 | 3F |
| Octal | 327 | 154 | 274 | 0 | 62 | 15 | 20 | 473 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10111100 | 0 | 110010 | 1101 | 10000 | 100111011 | 111001 | 111111 |
Color Harmonies of #D76CBC
Complementary color
Monochromatic Colors of #D76CBC
Black with #D76CBC
Text Example
Text Example
White with #D76CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CBC; }
p { color: rgb(215,108,188); }
H1.HeaderClassName
{
color: #D76CBC;
}
.AnyTagClassName
{
color: #D76CBC;
}
</style>
background-color css
<style>
a { background-color: #D76CBC; }
a { background-color: rgb(215,108,188); }
div.DivClassName
{
background-color: #D76CBC;
}
.BgClassName
{
background-color: #D76CBC;
}
</style>
border-color css
<style>
span { border-color: #D76CBC; }
span { border-color: rgb(215,108,188); }
td.TdClassName
{
border-color: #D76CBC;
}
.TagClassName
{
border-color: #D76CBC;
}
</style>