Shades of Orchid #D76CBB
Tints of Orchid #D76CBB
RGB
CMYK
RGB Variations
Color information
#D76CBB (or 0xD76CBB) is known color: Orchid. HEX triplet: D7, 6C and BB. RGB value is (215,108,187). Sum of RGB (Red+Green+Blue) = 215+108+187=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CBB is #289344. Grayscale: #949494. Windows color (decimal): -2659141 or 12283095. OLE color: 12283095.
HSL color Cylindrical-coordinate representation of color #D76CBB: hue angle of 315.7º 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 #D76CBB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 187 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.16 |
| HSL | 315.7º | 0.57% | 0.63% | - |
| HSV(B) | 315.7º | 0.5% | 0.84% | - |
| XYZ | 42.36 | 28.76 | 50.33 | - |
| YUV | 149 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 187 | 0 | 0.50 | 0.13 | 0.16 | 315.7 | 0.57 | 0.63 |
| Hex | D7 | 6C | BB | 0 | 32 | D | 10 | 13C | 39 | 3F |
| Octal | 327 | 154 | 273 | 0 | 62 | 15 | 20 | 474 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10111011 | 0 | 110010 | 1101 | 10000 | 100111100 | 111001 | 111111 |
Color Harmonies of #D76CBB
Complementary color
Monochromatic Colors of #D76CBB
Black with #D76CBB
Text Example
Text Example
White with #D76CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CBB; }
p { color: rgb(215,108,187); }
H1.HeaderClassName
{
color: #D76CBB;
}
.AnyTagClassName
{
color: #D76CBB;
}
</style>
background-color css
<style>
a { background-color: #D76CBB; }
a { background-color: rgb(215,108,187); }
div.DivClassName
{
background-color: #D76CBB;
}
.BgClassName
{
background-color: #D76CBB;
}
</style>
border-color css
<style>
span { border-color: #D76CBB; }
span { border-color: rgb(215,108,187); }
td.TdClassName
{
border-color: #D76CBB;
}
.TagClassName
{
border-color: #D76CBB;
}
</style>