Shades of Orchid #D970D0
Tints of Orchid #D970D0
RGB
CMYK
RGB Variations
Color information
#D970D0 (or 0xD970D0) is known color: Orchid. HEX triplet: D9, 70 and D0. RGB value is (217,112,208). Sum of RGB (Red+Green+Blue) = 217+112+208=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D970D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970D0 is #268F2F. Grayscale: #9A9A9A. Windows color (decimal): -2527024 or 13660377. OLE color: 13660377.
HSL color Cylindrical-coordinate representation of color #D970D0: hue angle of 305.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970D0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 208 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.15 |
| HSL | 305.14º | 0.58% | 0.65% | - |
| HSV(B) | 305.14º | 0.48% | 0.85% | - |
| XYZ | 45.79 | 30.89 | 63.22 | - |
| YUV | 154.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 208 | 0 | 0.48 | 0.04 | 0.15 | 305.14 | 0.58 | 0.65 |
| Hex | D9 | 70 | D0 | 0 | 30 | 4 | F | 131 | 3A | 41 |
| Octal | 331 | 160 | 320 | 0 | 60 | 4 | 17 | 461 | 72 | 101 |
| Binary | 11011001 | 1110000 | 11010000 | 0 | 110000 | 100 | 1111 | 100110001 | 111010 | 1000001 |
Color Harmonies of #D970D0
Complementary color
Monochromatic Colors of #D970D0
Black with #D970D0
Text Example
Text Example
White with #D970D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970D0; }
p { color: rgb(217,112,208); }
H1.HeaderClassName
{
color: #D970D0;
}
.AnyTagClassName
{
color: #D970D0;
}
</style>
background-color css
<style>
a { background-color: #D970D0; }
a { background-color: rgb(217,112,208); }
div.DivClassName
{
background-color: #D970D0;
}
.BgClassName
{
background-color: #D970D0;
}
</style>
border-color css
<style>
span { border-color: #D970D0; }
span { border-color: rgb(217,112,208); }
td.TdClassName
{
border-color: #D970D0;
}
.TagClassName
{
border-color: #D970D0;
}
</style>