Shades of Orchid #D971E7
Tints of Orchid #D971E7
RGB
CMYK
RGB Variations
Color information
#D971E7 (or 0xD971E7) is known color: Orchid. HEX triplet: D9, 71 and E7. RGB value is (217,113,231). Sum of RGB (Red+Green+Blue) = 217+113+231=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #D971E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971E7 is #268E18. Grayscale: #9D9D9D. Windows color (decimal): -2526745 or 15167961. OLE color: 15167961.
HSL color Cylindrical-coordinate representation of color #D971E7: hue angle of 292.88º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D971E7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 113 | 231 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.09 |
| HSL | 292.88º | 0.71% | 0.67% | - |
| HSV(B) | 292.88º | 0.51% | 0.91% | - |
| XYZ | 48.94 | 32.33 | 79.26 | - |
| YUV | 157.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 231 | 0.06 | 0.51 | 0 | 0.09 | 292.88 | 0.71 | 0.67 |
| Hex | D9 | 71 | E7 | 6 | 33 | 0 | 9 | 125 | 47 | 43 |
| Octal | 331 | 161 | 347 | 6 | 63 | 0 | 11 | 445 | 107 | 103 |
| Binary | 11011001 | 1110001 | 11100111 | 110 | 110011 | 0 | 1001 | 100100101 | 1000111 | 1000011 |
Color Harmonies of #D971E7
Complementary color
Monochromatic Colors of #D971E7
Black with #D971E7
Text Example
Text Example
White with #D971E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971E7; }
p { color: rgb(217,113,231); }
H1.HeaderClassName
{
color: #D971E7;
}
.AnyTagClassName
{
color: #D971E7;
}
</style>
background-color css
<style>
a { background-color: #D971E7; }
a { background-color: rgb(217,113,231); }
div.DivClassName
{
background-color: #D971E7;
}
.BgClassName
{
background-color: #D971E7;
}
</style>
border-color css
<style>
span { border-color: #D971E7; }
span { border-color: rgb(217,113,231); }
td.TdClassName
{
border-color: #D971E7;
}
.TagClassName
{
border-color: #D971E7;
}
</style>