Shades of Orchid #D971DF
Tints of Orchid #D971DF
RGB
CMYK
RGB Variations
Color information
#D971DF (or 0xD971DF) is known color: Orchid. HEX triplet: D9, 71 and DF. RGB value is (217,113,223). Sum of RGB (Red+Green+Blue) = 217+113+223=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D971DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DF is #268E20. Grayscale: #9C9C9C. Windows color (decimal): -2526753 or 14643673. OLE color: 14643673.
HSL color Cylindrical-coordinate representation of color #D971DF: hue angle of 296.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D971DF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 113 | 223 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.13 |
| HSL | 296.73º | 0.63% | 0.66% | - |
| HSV(B) | 296.73º | 0.49% | 0.87% | - |
| XYZ | 47.84 | 31.89 | 73.45 | - |
| YUV | 156.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 223 | 0.03 | 0.49 | 0 | 0.13 | 296.73 | 0.63 | 0.66 |
| Hex | D9 | 71 | DF | 3 | 31 | 0 | D | 129 | 3F | 42 |
| Octal | 331 | 161 | 337 | 3 | 61 | 0 | 15 | 451 | 77 | 102 |
| Binary | 11011001 | 1110001 | 11011111 | 11 | 110001 | 0 | 1101 | 100101001 | 111111 | 1000010 |
Color Harmonies of #D971DF
Complementary color
Monochromatic Colors of #D971DF
Black with #D971DF
Text Example
Text Example
White with #D971DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971DF; }
p { color: rgb(217,113,223); }
H1.HeaderClassName
{
color: #D971DF;
}
.AnyTagClassName
{
color: #D971DF;
}
</style>
background-color css
<style>
a { background-color: #D971DF; }
a { background-color: rgb(217,113,223); }
div.DivClassName
{
background-color: #D971DF;
}
.BgClassName
{
background-color: #D971DF;
}
</style>
border-color css
<style>
span { border-color: #D971DF; }
span { border-color: rgb(217,113,223); }
td.TdClassName
{
border-color: #D971DF;
}
.TagClassName
{
border-color: #D971DF;
}
</style>