Shades of Orchid #D76BDB
Tints of Orchid #D76BDB
RGB
CMYK
RGB Variations
Color information
#D76BDB (or 0xD76BDB) is known color: Orchid. HEX triplet: D7, 6B and DB. RGB value is (215,107,219). Sum of RGB (Red+Green+Blue) = 215+107+219=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BDB is #289424. Grayscale: #979797. Windows color (decimal): -2659365 or 14379991. OLE color: 14379991.
HSL color Cylindrical-coordinate representation of color #D76BDB: hue angle of 297.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76BDB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 107 | 219 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.14 |
| HSL | 297.86º | 0.61% | 0.64% | - |
| HSV(B) | 297.86º | 0.51% | 0.86% | - |
| XYZ | 46.07 | 30.08 | 70.4 | - |
| YUV | 152.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 219 | 0.02 | 0.51 | 0 | 0.14 | 297.86 | 0.61 | 0.64 |
| Hex | D7 | 6B | DB | 2 | 33 | 0 | E | 12A | 3D | 40 |
| Octal | 327 | 153 | 333 | 2 | 63 | 0 | 16 | 452 | 75 | 100 |
| Binary | 11010111 | 1101011 | 11011011 | 10 | 110011 | 0 | 1110 | 100101010 | 111101 | 1000000 |
Color Harmonies of #D76BDB
Complementary color
Monochromatic Colors of #D76BDB
Black with #D76BDB
Text Example
Text Example
White with #D76BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BDB; }
p { color: rgb(215,107,219); }
H1.HeaderClassName
{
color: #D76BDB;
}
.AnyTagClassName
{
color: #D76BDB;
}
</style>
background-color css
<style>
a { background-color: #D76BDB; }
a { background-color: rgb(215,107,219); }
div.DivClassName
{
background-color: #D76BDB;
}
.BgClassName
{
background-color: #D76BDB;
}
</style>
border-color css
<style>
span { border-color: #D76BDB; }
span { border-color: rgb(215,107,219); }
td.TdClassName
{
border-color: #D76BDB;
}
.TagClassName
{
border-color: #D76BDB;
}
</style>