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