Shades of Orchid #D971E6
Tints of Orchid #D971E6
RGB
CMYK
RGB Variations
Color information
#D971E6 (or 0xD971E6) is known color: Orchid. HEX triplet: D9, 71 and E6. RGB value is (217,113,230). Sum of RGB (Red+Green+Blue) = 217+113+230=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 230 - color contains mainly: blue. Hex color #D971E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971E6 is #268E19. Grayscale: #9D9D9D. Windows color (decimal): -2526746 or 15102425. OLE color: 15102425.
HSL color Cylindrical-coordinate representation of color #D971E6: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D971E6 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 113 | 230 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.10 |
| HSL | 293.33º | 0.7% | 0.67% | - |
| HSV(B) | 293.33º | 0.51% | 0.9% | - |
| XYZ | 48.8 | 32.28 | 78.52 | - |
| YUV | 157.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 230 | 0.06 | 0.51 | 0 | 0.10 | 293.33 | 0.7 | 0.67 |
| Hex | D9 | 71 | E6 | 6 | 33 | 0 | A | 125 | 46 | 43 |
| Octal | 331 | 161 | 346 | 6 | 63 | 0 | 12 | 445 | 106 | 103 |
| Binary | 11011001 | 1110001 | 11100110 | 110 | 110011 | 0 | 1010 | 100100101 | 1000110 | 1000011 |
Color Harmonies of #D971E6
Complementary color
Monochromatic Colors of #D971E6
Black with #D971E6
Text Example
Text Example
White with #D971E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971E6; }
p { color: rgb(217,113,230); }
H1.HeaderClassName
{
color: #D971E6;
}
.AnyTagClassName
{
color: #D971E6;
}
</style>
background-color css
<style>
a { background-color: #D971E6; }
a { background-color: rgb(217,113,230); }
div.DivClassName
{
background-color: #D971E6;
}
.BgClassName
{
background-color: #D971E6;
}
</style>
border-color css
<style>
span { border-color: #D971E6; }
span { border-color: rgb(217,113,230); }
td.TdClassName
{
border-color: #D971E6;
}
.TagClassName
{
border-color: #D971E6;
}
</style>