Shades of Orchid #D76CBD
Tints of Orchid #D76CBD
RGB
CMYK
RGB Variations
Color information
#D76CBD (or 0xD76CBD) is known color: Orchid. HEX triplet: D7, 6C and BD. RGB value is (215,108,189). Sum of RGB (Red+Green+Blue) = 215+108+189=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CBD is #289342. Grayscale: #959595. Windows color (decimal): -2659139 or 12414167. OLE color: 12414167.
HSL color Cylindrical-coordinate representation of color #D76CBD: hue angle of 314.58º 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 #D76CBD is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 189 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.16 |
| HSL | 314.58º | 0.57% | 0.63% | - |
| HSV(B) | 314.58º | 0.5% | 0.84% | - |
| XYZ | 42.57 | 28.85 | 51.47 | - |
| YUV | 149.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 189 | 0 | 0.50 | 0.12 | 0.16 | 314.58 | 0.57 | 0.63 |
| Hex | D7 | 6C | BD | 0 | 32 | C | 10 | 13B | 39 | 3F |
| Octal | 327 | 154 | 275 | 0 | 62 | 14 | 20 | 473 | 71 | 77 |
| Binary | 11010111 | 1101100 | 10111101 | 0 | 110010 | 1100 | 10000 | 100111011 | 111001 | 111111 |
Color Harmonies of #D76CBD
Complementary color
Monochromatic Colors of #D76CBD
Black with #D76CBD
Text Example
Text Example
White with #D76CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CBD; }
p { color: rgb(215,108,189); }
H1.HeaderClassName
{
color: #D76CBD;
}
.AnyTagClassName
{
color: #D76CBD;
}
</style>
background-color css
<style>
a { background-color: #D76CBD; }
a { background-color: rgb(215,108,189); }
div.DivClassName
{
background-color: #D76CBD;
}
.BgClassName
{
background-color: #D76CBD;
}
</style>
border-color css
<style>
span { border-color: #D76CBD; }
span { border-color: rgb(215,108,189); }
td.TdClassName
{
border-color: #D76CBD;
}
.TagClassName
{
border-color: #D76CBD;
}
</style>