Shades of Orchid #D970E7
Tints of Orchid #D970E7
RGB
CMYK
RGB Variations
Color information
#D970E7 (or 0xD970E7) is known color: Orchid. HEX triplet: D9, 70 and E7. RGB value is (217,112,231). Sum of RGB (Red+Green+Blue) = 217+112+231=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #D970E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970E7 is #268F18. Grayscale: #9C9C9C. Windows color (decimal): -2527001 or 15167705. OLE color: 15167705.
HSL color Cylindrical-coordinate representation of color #D970E7: hue angle of 292.94º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D970E7 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 112 | 231 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.09 |
| HSL | 292.94º | 0.71% | 0.67% | - |
| HSV(B) | 292.94º | 0.52% | 0.91% | - |
| XYZ | 48.83 | 32.11 | 79.23 | - |
| YUV | 156.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 231 | 0.06 | 0.52 | 0 | 0.09 | 292.94 | 0.71 | 0.67 |
| Hex | D9 | 70 | E7 | 6 | 34 | 0 | 9 | 125 | 47 | 43 |
| Octal | 331 | 160 | 347 | 6 | 64 | 0 | 11 | 445 | 107 | 103 |
| Binary | 11011001 | 1110000 | 11100111 | 110 | 110100 | 0 | 1001 | 100100101 | 1000111 | 1000011 |
Color Harmonies of #D970E7
Complementary color
Monochromatic Colors of #D970E7
Black with #D970E7
Text Example
Text Example
White with #D970E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970E7; }
p { color: rgb(217,112,231); }
H1.HeaderClassName
{
color: #D970E7;
}
.AnyTagClassName
{
color: #D970E7;
}
</style>
background-color css
<style>
a { background-color: #D970E7; }
a { background-color: rgb(217,112,231); }
div.DivClassName
{
background-color: #D970E7;
}
.BgClassName
{
background-color: #D970E7;
}
</style>
border-color css
<style>
span { border-color: #D970E7; }
span { border-color: rgb(217,112,231); }
td.TdClassName
{
border-color: #D970E7;
}
.TagClassName
{
border-color: #D970E7;
}
</style>