Shades of Orchid #D76CDB
Tints of Orchid #D76CDB
RGB
CMYK
RGB Variations
Color information
#D76CDB (or 0xD76CDB) is known color: Orchid. HEX triplet: D7, 6C and DB. RGB value is (215,108,219). Sum of RGB (Red+Green+Blue) = 215+108+219=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D76CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDB is #289324. Grayscale: #989898. Windows color (decimal): -2659109 or 14380247. OLE color: 14380247.
HSL color Cylindrical-coordinate representation of color #D76CDB: hue angle of 297.84º 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 #D76CDB is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 108 | 219 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.14 |
| HSL | 297.84º | 0.61% | 0.64% | - |
| HSV(B) | 297.84º | 0.51% | 0.86% | - |
| XYZ | 46.17 | 30.29 | 70.43 | - |
| YUV | 152.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 219 | 0.02 | 0.51 | 0 | 0.14 | 297.84 | 0.61 | 0.64 |
| Hex | D7 | 6C | DB | 2 | 33 | 0 | E | 12A | 3D | 40 |
| Octal | 327 | 154 | 333 | 2 | 63 | 0 | 16 | 452 | 75 | 100 |
| Binary | 11010111 | 1101100 | 11011011 | 10 | 110011 | 0 | 1110 | 100101010 | 111101 | 1000000 |
Color Harmonies of #D76CDB
Complementary color
Monochromatic Colors of #D76CDB
Black with #D76CDB
Text Example
Text Example
White with #D76CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CDB; }
p { color: rgb(215,108,219); }
H1.HeaderClassName
{
color: #D76CDB;
}
.AnyTagClassName
{
color: #D76CDB;
}
</style>
background-color css
<style>
a { background-color: #D76CDB; }
a { background-color: rgb(215,108,219); }
div.DivClassName
{
background-color: #D76CDB;
}
.BgClassName
{
background-color: #D76CDB;
}
</style>
border-color css
<style>
span { border-color: #D76CDB; }
span { border-color: rgb(215,108,219); }
td.TdClassName
{
border-color: #D76CDB;
}
.TagClassName
{
border-color: #D76CDB;
}
</style>