Shades of Orchid #D96CDB
Tints of Orchid #D96CDB
RGB
CMYK
RGB Variations
Color information
#D96CDB (or 0xD96CDB) is known color: Orchid. HEX triplet: D9, 6C and DB. RGB value is (217,108,219). Sum of RGB (Red+Green+Blue) = 217+108+219=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #D96CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CDB is #269324. Grayscale: #989898. Windows color (decimal): -2528037 or 14380249. OLE color: 14380249.
HSL color Cylindrical-coordinate representation of color #D96CDB: hue angle of 298.92º 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 #D96CDB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 108 | 219 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.14 |
| HSL | 298.92º | 0.61% | 0.64% | - |
| HSV(B) | 298.92º | 0.51% | 0.86% | - |
| XYZ | 46.76 | 30.59 | 70.46 | - |
| YUV | 153.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 219 | 0.01 | 0.51 | 0 | 0.14 | 298.92 | 0.61 | 0.64 |
| Hex | D9 | 6C | DB | 1 | 33 | 0 | E | 12B | 3D | 40 |
| Octal | 331 | 154 | 333 | 1 | 63 | 0 | 16 | 453 | 75 | 100 |
| Binary | 11011001 | 1101100 | 11011011 | 1 | 110011 | 0 | 1110 | 100101011 | 111101 | 1000000 |
Color Harmonies of #D96CDB
Complementary color
Monochromatic Colors of #D96CDB
Black with #D96CDB
Text Example
Text Example
White with #D96CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CDB; }
p { color: rgb(217,108,219); }
H1.HeaderClassName
{
color: #D96CDB;
}
.AnyTagClassName
{
color: #D96CDB;
}
</style>
background-color css
<style>
a { background-color: #D96CDB; }
a { background-color: rgb(217,108,219); }
div.DivClassName
{
background-color: #D96CDB;
}
.BgClassName
{
background-color: #D96CDB;
}
</style>
border-color css
<style>
span { border-color: #D96CDB; }
span { border-color: rgb(217,108,219); }
td.TdClassName
{
border-color: #D96CDB;
}
.TagClassName
{
border-color: #D96CDB;
}
</style>