Shades of Orchid #D971DC
Tints of Orchid #D971DC
RGB
CMYK
RGB Variations
Color information
#D971DC (or 0xD971DC) is known color: Orchid. HEX triplet: D9, 71 and DC. RGB value is (217,113,220). Sum of RGB (Red+Green+Blue) = 217+113+220=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #D971DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DC is #268E23. Grayscale: #9B9B9B. Windows color (decimal): -2526756 or 14447065. OLE color: 14447065.
HSL color Cylindrical-coordinate representation of color #D971DC: hue angle of 298.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D971DC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 113 | 220 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.14 |
| HSL | 298.32º | 0.6% | 0.65% | - |
| HSV(B) | 298.32º | 0.49% | 0.86% | - |
| XYZ | 47.44 | 31.73 | 71.33 | - |
| YUV | 156.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 220 | 0.01 | 0.49 | 0 | 0.14 | 298.32 | 0.6 | 0.65 |
| Hex | D9 | 71 | DC | 1 | 31 | 0 | E | 12A | 3C | 41 |
| Octal | 331 | 161 | 334 | 1 | 61 | 0 | 16 | 452 | 74 | 101 |
| Binary | 11011001 | 1110001 | 11011100 | 1 | 110001 | 0 | 1110 | 100101010 | 111100 | 1000001 |
Color Harmonies of #D971DC
Complementary color
Monochromatic Colors of #D971DC
Black with #D971DC
Text Example
Text Example
White with #D971DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971DC; }
p { color: rgb(217,113,220); }
H1.HeaderClassName
{
color: #D971DC;
}
.AnyTagClassName
{
color: #D971DC;
}
</style>
background-color css
<style>
a { background-color: #D971DC; }
a { background-color: rgb(217,113,220); }
div.DivClassName
{
background-color: #D971DC;
}
.BgClassName
{
background-color: #D971DC;
}
</style>
border-color css
<style>
span { border-color: #D971DC; }
span { border-color: rgb(217,113,220); }
td.TdClassName
{
border-color: #D971DC;
}
.TagClassName
{
border-color: #D971DC;
}
</style>