Shades of Orchid #D971DB
Tints of Orchid #D971DB
RGB
CMYK
RGB Variations
Color information
#D971DB (or 0xD971DB) is known color: Orchid. HEX triplet: D9, 71 and DB. RGB value is (217,113,219). Sum of RGB (Red+Green+Blue) = 217+113+219=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D971DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DB is #268E24. Grayscale: #9B9B9B. Windows color (decimal): -2526757 or 14381529. OLE color: 14381529.
HSL color Cylindrical-coordinate representation of color #D971DB: hue angle of 298.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971DB is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 113 | 219 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.14 |
| HSL | 298.87º | 0.6% | 0.65% | - |
| HSV(B) | 298.87º | 0.48% | 0.86% | - |
| XYZ | 47.31 | 31.68 | 70.64 | - |
| YUV | 156.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 219 | 0.01 | 0.48 | 0 | 0.14 | 298.87 | 0.6 | 0.65 |
| Hex | D9 | 71 | DB | 1 | 30 | 0 | E | 12B | 3C | 41 |
| Octal | 331 | 161 | 333 | 1 | 60 | 0 | 16 | 453 | 74 | 101 |
| Binary | 11011001 | 1110001 | 11011011 | 1 | 110000 | 0 | 1110 | 100101011 | 111100 | 1000001 |
Color Harmonies of #D971DB
Complementary color
Monochromatic Colors of #D971DB
Black with #D971DB
Text Example
Text Example
White with #D971DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971DB; }
p { color: rgb(217,113,219); }
H1.HeaderClassName
{
color: #D971DB;
}
.AnyTagClassName
{
color: #D971DB;
}
</style>
background-color css
<style>
a { background-color: #D971DB; }
a { background-color: rgb(217,113,219); }
div.DivClassName
{
background-color: #D971DB;
}
.BgClassName
{
background-color: #D971DB;
}
</style>
border-color css
<style>
span { border-color: #D971DB; }
span { border-color: rgb(217,113,219); }
td.TdClassName
{
border-color: #D971DB;
}
.TagClassName
{
border-color: #D971DB;
}
</style>