Shades of Orchid #D970D6
Tints of Orchid #D970D6
RGB
CMYK
RGB Variations
Color information
#D970D6 (or 0xD970D6) is known color: Orchid. HEX triplet: D9, 70 and D6. RGB value is (217,112,214). Sum of RGB (Red+Green+Blue) = 217+112+214=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D970D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970D6 is #268F29. Grayscale: #9A9A9A. Windows color (decimal): -2527018 or 14053593. OLE color: 14053593.
HSL color Cylindrical-coordinate representation of color #D970D6: hue angle of 301.71º 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 #D970D6 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 214 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.15 |
| HSL | 301.71º | 0.58% | 0.65% | - |
| HSV(B) | 301.71º | 0.48% | 0.85% | - |
| XYZ | 46.55 | 31.2 | 67.19 | - |
| YUV | 155.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 214 | 0 | 0.48 | 0.01 | 0.15 | 301.71 | 0.58 | 0.65 |
| Hex | D9 | 70 | D6 | 0 | 30 | 1 | F | 12E | 3A | 41 |
| Octal | 331 | 160 | 326 | 0 | 60 | 1 | 17 | 456 | 72 | 101 |
| Binary | 11011001 | 1110000 | 11010110 | 0 | 110000 | 1 | 1111 | 100101110 | 111010 | 1000001 |
Color Harmonies of #D970D6
Complementary color
Monochromatic Colors of #D970D6
Black with #D970D6
Text Example
Text Example
White with #D970D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970D6; }
p { color: rgb(217,112,214); }
H1.HeaderClassName
{
color: #D970D6;
}
.AnyTagClassName
{
color: #D970D6;
}
</style>
background-color css
<style>
a { background-color: #D970D6; }
a { background-color: rgb(217,112,214); }
div.DivClassName
{
background-color: #D970D6;
}
.BgClassName
{
background-color: #D970D6;
}
</style>
border-color css
<style>
span { border-color: #D970D6; }
span { border-color: rgb(217,112,214); }
td.TdClassName
{
border-color: #D970D6;
}
.TagClassName
{
border-color: #D970D6;
}
</style>